Author: alexander
Date: 2007-10-07 06:54:29 -0600 (Sun, 07 Oct 2007)
New Revision: 2094

Modified:
   trunk/Makefile
Log:
Fixed installation of the README.txt file


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2007-10-07 12:47:36 UTC (rev 2093)
+++ trunk/Makefile      2007-10-07 12:54:29 UTC (rev 2094)
@@ -412,8 +412,8 @@
 endif
        @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/boot/isolinux/boot.msg
        @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/etc/issue*
-       @install -m644 doc/README.txt doc/lfscd-remastering-howto.txt $(MP)/root
-       @sed -i "s/\[version\]/$(VERSION)/" $(MP)/root/README
+       @install -m644 doc/lfscd-remastering-howto.txt $(MP)/root
+       @sed "s/\[version\]/$(VERSION)/" doc/README.txt >$(MP)/root/README.txt
        @install -m600 root/.bashrc $(MP)/root/.bashrc
        @install -m755 scripts/{net-setup,greeting,livecd-login} $(MP)/usr/bin/ 
        @sed s/@LINKER@/$(LINKER)/ scripts/shutdown-helper.in 
>$(MP)/usr/bin/shutdown-helper

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

Reply via email to