Author: krejzi
Date: 2012-08-14 10:02:07 -0600 (Tue, 14 Aug 2012)
New Revision: 10515

Modified:
   trunk/bootscripts/Makefile
Log:
Set SHELL to /bin/bash in bootscripts' Makefile to avoid install errors when 
running install-service from other shells like dash using DESTDIR method.

Modified: trunk/bootscripts/Makefile
===================================================================
--- trunk/bootscripts/Makefile  2012-08-14 15:57:54 UTC (rev 10514)
+++ trunk/bootscripts/Makefile  2012-08-14 16:02:07 UTC (rev 10515)
@@ -1,3 +1,5 @@
+SHELL=/bin/bash
+
 ETCDIR=/etc
 LIBDIR=${DESTDIR}/lib/services
 EXTDIR=${DESTDIR}${ETCDIR}

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

Reply via email to