Author: justin
Date: 2005-10-04 01:45:31 -0600 (Tue, 04 Oct 2005)
New Revision: 856

Modified:
   branches/utf8-newmake/Makefile
   trunk/Makefile
Log:
Fix wrong variable in Makefile.

Modified: branches/utf8-newmake/Makefile
===================================================================
--- branches/utf8-newmake/Makefile      2005-10-04 06:10:07 UTC (rev 855)
+++ branches/utf8-newmake/Makefile      2005-10-04 07:45:31 UTC (rev 856)
@@ -299,7 +299,7 @@
        @-$(WD)/bin/ln -s bash /bin/sh
 
 createfiles:
-       @install -m644 -oroot -groot $(WD)/etc/{group,passwd} /etc
+       @install -m644 -oroot -groot $(ROOT)/etc/{group,passwd} /etc
        @touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
        @chgrp utmp /var/run/utmp /var/log/lastlog
        @chmod 664 /var/run/utmp /var/log/lastlog

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2005-10-04 06:10:07 UTC (rev 855)
+++ trunk/Makefile      2005-10-04 07:45:31 UTC (rev 856)
@@ -291,7 +291,7 @@
        @-$(WD)/bin/ln -s bash /bin/sh
 
 createfiles:
-       @install -m644 -oroot -groot $(WD)/etc/{group,passwd} /etc
+       @install -m644 -oroot -groot $(ROOT)/etc/{group,passwd} /etc
        @touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
        @chgrp utmp /var/run/utmp /var/log/lastlog
        @chmod 664 /var/run/utmp /var/log/lastlog

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

Reply via email to