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

Jaime Buffery nestu at lunar-linux.org
Mon Jun 20 12:17:53 UTC 2005


Author: nestu
Date: 2005-06-20 12:17:52 +0000 (Mon, 20 Jun 2005)
New Revision: 15425

Modified:
   lunar-iso/branches/lunar-iso-2.6/scripts/etc
Log:
Force depends dir copy, don't check for it. It should be there.

Modified: lunar-iso/branches/lunar-iso-2.6/scripts/etc
===================================================================
--- lunar-iso/branches/lunar-iso-2.6/scripts/etc	2005-06-20 12:14:33 UTC (rev 15424)
+++ lunar-iso/branches/lunar-iso-2.6/scripts/etc	2005-06-20 12:17:52 UTC (rev 15425)
@@ -52,9 +52,7 @@
   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
+cp -a ${ISO_SOURCE}/template/depends/ ${ISO_TARGET}/etc/lunar/local/ 
 
 # manual fixes needed before compiling:
 [ ! -e $ISO_TARGET/lib/cpp ] && ln -s /usr/bin/cpp $ISO_TARGET/lib/cpp



More information about the Lunar-commits mailing list