[Lunar-commits] r15421 - lunar-iso/branches/lunar-iso-2.6/scripts

Jaime Buffery nestu at lunar-linux.org
Mon Jun 20 10:56:20 UTC 2005


Author: nestu
Date: 2005-06-20 10:56:19 +0000 (Mon, 20 Jun 2005)
New Revision: 15421

Modified:
   lunar-iso/branches/lunar-iso-2.6/scripts/etc
Log:
If template/ has a depends/ dir, use that instead of the template's, that doesn't have a depend dir anymore

Modified: lunar-iso/branches/lunar-iso-2.6/scripts/etc
===================================================================
--- lunar-iso/branches/lunar-iso-2.6/scripts/etc	2005-06-20 10:51:28 UTC (rev 15420)
+++ lunar-iso/branches/lunar-iso-2.6/scripts/etc	2005-06-20 10:56:19 UTC (rev 15421)
@@ -52,6 +52,10 @@
   chroot $ISO_TARGET /sbin/lsh update_plugins
 )
 
+if [ -d ${ISO_SOURCE}/template/depends/ ]; then
+   cp -a ${ISO_SOURCE}/template/depends/ ${ISO_TARGET}/etc/lunar/local/
+fi
+
 # manual fixes needed before compiling:
 [ ! -e $ISO_TARGET/lib/cpp ] && ln -s /usr/bin/cpp $ISO_TARGET/lib/cpp
 [ ! -e $ISO_TARGET/usr/bin/cc ] && ln -s /usr/bin/gcc $ISO_TARGET/usr/bin/cc



More information about the Lunar-commits mailing list