﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
90	problem in 1.0.0rc4 7.2 Creating directories for x86_64	Jeremy Utley	chris@…	"In the directions for creating directories, x86_64 book chapter 7.2, the following for loop is used:

for dir in /usr{,/local}; do
  ln -sv share/{man,doc,info} $dir
done

This will actually attempt to create directories within the host system.

Something like this will work:

for dir in /usr{,/local}; do
  ln -sv share/{man,doc,info} ${CLFS}/$dir
done"	task	closed	major	CLFS Standard 1.0.0	BOOK	CLFS Standard 1.0.0	fixed		
