Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 216721
Collapse All | Expand All

(-)coreutils-6.9-r1.ebuild (-1 / +2 lines)
Lines 139-145 Link Here
139
		mv ${fhs} ../../bin/ || die "could not move fhs bins"
139
		mv ${fhs} ../../bin/ || die "could not move fhs bins"
140
		# move critical binaries into /bin (common scripts)
140
		# move critical binaries into /bin (common scripts)
141
		local com="basename chroot cut dir dirname du env expr head mkfifo
141
		local com="basename chroot cut dir dirname du env expr head mkfifo
142
		           readlink seq sleep sort tail touch tr tty vdir wc yes"
142
		           readlink seq sleep sort tail touch tr tty vdir wc yes
143
			   test stat"
143
		mv ${com} ../../bin/ || die "could not move common bins"
144
		mv ${com} ../../bin/ || die "could not move common bins"
144
		# create a symlink for uname in /usr/bin/ since autotools require it
145
		# create a symlink for uname in /usr/bin/ since autotools require it
145
		local x
146
		local x

Return to bug 216721