Author: alexander
Date: 2005-12-26 20:42:34 -0700 (Mon, 26 Dec 2005)
New Revision: 1320
Modified:
trunk/Makefile
Log:
Fixed ifeq/ifneq in r1318
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-12-27 03:37:57 UTC (rev 1319)
+++ trunk/Makefile 2005-12-27 03:42:34 UTC (rev 1320)
@@ -501,11 +501,9 @@
@install -m644 doc/README $(MP)/root/README
@sed -i "s/\[version\]/$(VERSION)/" $(MP)/root/README
@install -m600 root/.bashrc $(MP)/root/.bashrc
-ifeq ($(LFS-ARCH),x86_64)
ifeq ($(LFS-ARCH),sparc64)
@sed -i "s/Version:.*/Version: $(VERSION)/" $(MP)/boot/boot.msg
endif
-endif
@install -m755 scripts/{net-setup,greeting,livecd-login,ll}
$(MP)/usr/bin/
@sed -e 's|_LINKER_|$(LINKER)|' -e 's|/lib/|/$(LIB_MAYBE64)/|'
scripts/shutdown-helper > $(MP)/usr/bin/shutdown-helper
@chmod 755 $(MP)/usr/bin/shutdown-helper
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page