Author: alexander
Date: 2006-09-08 09:28:33 -0600 (Fri, 08 Sep 2006)
New Revision: 1720

Modified:
   trunk/Makefile
Log:
Fixed copying of documentation into /root


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2006-09-08 05:48:17 UTC (rev 1719)
+++ trunk/Makefile      2006-09-08 15:28:33 UTC (rev 1720)
@@ -396,7 +396,7 @@
        @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/boot/isolinux/boot.msg
 endif
        @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/etc/issue
-       @install -m644 doc/README doc/lfscd-remastering-howto.txt 
$(MP)/root/README
+       @install -m644 doc/README doc/lfscd-remastering-howto.txt $(MP)/root
        @sed -i "s/\[version\]/$(VERSION)/" $(MP)/root/README
        @install -m600 root/.bashrc $(MP)/root/.bashrc
        @install -m755 scripts/{net-setup,greeting,livecd-login,ll} 
$(MP)/usr/bin/ 

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

Reply via email to