Author: alexander
Date: 2005-12-21 03:25:57 -0700 (Wed, 21 Dec 2005)
New Revision: 1294
Modified:
trunk/Makefile
Log:
Fixed shutdown helper for x86_64
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-12-20 06:36:58 UTC (rev 1293)
+++ trunk/Makefile 2005-12-21 10:25:57 UTC (rev 1294)
@@ -510,7 +510,7 @@
endif
endif
@install -m755 scripts/{net-setup,greeting,livecd-login,ll}
$(MP)/usr/bin/
- @sed 's|_LINKER_|$(LINKER)|' scripts/shutdown-helper >
$(MP)/usr/bin/shutdown-helper
+ @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
@cp -ra root $(MP)/etc/skel
ifndef CROSS
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page