﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1656	"Redundancy in Chapter 6 ""Creating Directories"""	gerard@…	lfs-book@…	"From Randy McMurphy:

Not sure if this is intentional or not, but if it isn't then perhaps
y'all may want to do something about it.

There is some redundancy in the Chapter 6 ""Creating Directories""
section. The following lines could be changed as follows:

install -dv /{sbin,srv,usr/local,var,opt}
to
install -dv /{sbin,srv}
(in fact, the sbin and srv dirs could simply be placed on the
previous line)

install -dv /usr/share/{doc,info,locale,man}
to
install -dv /usr/share/{doc,info,locale}

install -dv /usr/local/{bin,etc,include,lib,sbin,share,src}
to
install -dv /usr/local/{bin,etc,include,lib,sbin,src}

install -dv /usr/local/share/{doc,info,locale,man}
to
install -dv /usr/local/share/{doc,info,locale}"	defect	new	lowest		Book	SVN	normal			
