[EMAIL PROTECTED] wrote:
Alexander: After building the trunk LiveCD, the only error I had was that system.twmrc was missing and therefore failed. I believe I saw in an earlier commit that it was removed. Hopefully this is right.Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2005-12-26 12:51:23 UTC (rev 1317) +++ trunk/Makefile 2005-12-27 03:04:52 UTC (rev 1318) @@ -501,11 +501,8 @@ @install -m644 doc/README $(MP)/root/README @sed -i "s/\[version\]/$(VERSION)/" $(MP)/root/README @install -m600 root/.bashrc $(MP)/root/.bashrc -ifneq ($(LFS-ARCH),x86_64) -ifneq ($(LFS-ARCH),sparc64) - @install -m644 etc/X11/app-defaults/XTerm $(MP)/etc/X11/app-defaults/XTerm - @install -m644 etc/X11/twm/system.twmrc $(MP)/etc/X11/twm/system.twmrc -else +ifeq ($(LFS-ARCH),x86_64) +ifeq ($(LFS-ARCH),sparc64) @sed -i "s/Version:.*/Version: $(VERSION)/" $(MP)/boot/boot.msg endif endif
Thomas: I am sure I didn't fix the if{,n}eq's right, so if you can double check, that would be great. :)
Justin -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
