Author: jhuntwork
Date: 2006-05-13 19:13:46 -0600 (Sat, 13 May 2006)
New Revision: 1551

Modified:
   trunk/Makefile
Log:
Remove some unneeded 'make unmount's and restore the installation of custom 
scripts

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2006-05-13 04:29:10 UTC (rev 1550)
+++ trunk/Makefile      2006-05-14 01:13:46 UTC (rev 1551)
@@ -308,11 +308,9 @@
 # The following takes the form 'make [package name]-only-ch'   
 %-only-ch: $(MP)$(ROOT)
        make -C $(PKG)/$* chroot
-       make unmount
 
 gvim: $(MP)$(ROOT)
        make -C $(PKG)/vim chroot3
-       make unmount
 
 # The following takes the form 'make [package name]-clean'
 # Cleans the build directory of a single package.
@@ -394,6 +392,7 @@
        @install -m644 doc/README $(MP)/root/README
        @sed -i "s/\[version\]/$(VERSION)/" $(MP)/root/README
        @install -m600 root/.bashrc $(MP)/root/.bashrc
+       @install -m755 scripts/{net-setup,greeting,livecd-login,ll} 
$(MP)/usr/bin/ 
        @sed 's|_LINKER_|$(LINKER)|' scripts/shutdown-helper > 
$(MP)/usr/bin/shutdown-helper
        @chmod 755 $(MP)/usr/bin/shutdown-helper
        @cp -ra root $(MP)/etc/skel

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

Reply via email to