[Lunar-commits] r14918 - lunar-iso/trunk/scripts
Auke Kok
sofar at lunar-linux.org
Sun May 22 13:56:07 UTC 2005
Author: sofar
Date: 2005-05-22 13:56:07 +0000 (Sun, 22 May 2005)
New Revision: 14918
Modified:
lunar-iso/trunk/scripts/isofs
Log:
try to make it clean.
Modified: lunar-iso/trunk/scripts/isofs
===================================================================
--- lunar-iso/trunk/scripts/isofs 2005-05-22 13:54:55 UTC (rev 14917)
+++ lunar-iso/trunk/scripts/isofs 2005-05-22 13:56:07 UTC (rev 14918)
@@ -43,9 +43,11 @@
echo "+ copying aaa_dev.tar.bz2"
cp $ISO_SOURCE/aaa_dev/aaa_dev.tar.bz2 $ISO_TARGET/var/cache/lunar/
+# reverse approach this:
+rmdir $ISO_TARGET/var/build
cd $ISO_TARGET
-
touch .lunar-cd
+rm .cachefill .dirs .etcf .init .proper .rebuild .unpack
mkisofs -o ../lunar-${ISO_VERSION}.iso -R \
-V "Lunar-Linux ${ISO_CODENAME}" -v \
@@ -54,4 +56,7 @@
-c isolinux/boot.cat \
-A "Lunar-${ISO_VERSION}" .
+touch .cachefill .dirs .etcf .init .proper .rebuild .unpack
rm -f .lunar.cd
+cd $ISO_SOURCE
+mkdir -p $ISO_TARGET/var/build
More information about the Lunar-commits
mailing list