Author: alexander
Date: 2006-07-14 02:43:05 -0600 (Fri, 14 Jul 2006)
New Revision: 1636

Modified:
   trunk/packages/coreutils/Makefile
Log:
moved /usr/bin/nice to /bin to match the book

Modified: trunk/packages/coreutils/Makefile
===================================================================
--- trunk/packages/coreutils/Makefile   2006-07-13 21:31:25 UTC (rev 1635)
+++ trunk/packages/coreutils/Makefile   2006-07-14 08:43:05 UTC (rev 1636)
@@ -56,7 +56,7 @@
        $(WD)/bin/mv /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
        mv /usr/bin/{rmdir,stty,sync,true,uname} /bin
        mv /usr/bin/chroot /usr/sbin
-       mv /usr/bin/{head,sleep} /bin
+       mv /usr/bin/{head,sleep,nice} /bin
 
 clean:
        -rm -rf $(DIR)

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to