Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=3e5674daee5cdb99b095faac349a2ee04c354ce6

commit 3e5674daee5cdb99b095faac349a2ee04c354ce6
Author: James Buren <r...@frugalware.org>
Date:   Tue Apr 2 07:02:12 2013 -0500

another adjustment to cleanup

diff --git a/Makefile b/Makefile
index 82937bb..eac9418 100644
--- a/Makefile
+++ b/Makefile
@@ -54,4 +54,4 @@ bin/resolvegroups: src/resolvegroups.o
setup: bin/fwsetup

clean:
-       rm -rf $(OBJECTS) src/resolvegroups.o bin/resolvegroups bin/fwsetup 
root vmlinuz initrd mounts rootfs.img squashfs.img pacman-g2.conf locales 
layouts unicode.pf2 $(ISO) tmp local local.lastupdate sums $(FDB) rootfs 
fvbe.conf
+       rm -rf $(OBJECTS) src/resolvegroups.o bin/resolvegroups bin/fwsetup 
root vmlinuz initrd mounts rootfs.img squashfs.img pacman-g2.conf locales 
layouts unicode.pf2 $(ISO) tmp local local.lastupdate sums $(FDB) rootfs 
fvbe.conf var
diff --git a/bin/create-iso b/bin/create-iso
index 29108a4..ee848ae 100755
--- a/bin/create-iso
+++ b/bin/create-iso
@@ -44,7 +44,7 @@ do_layouts()
}

# First, clean up.
-rm -rf $FVBE_ROOT fvbe-$FVBE_ISO_RELEASE-$FVBE_ISO_TYPE-$FVBE_ARCH.iso tmp 
local local.lastupdate sums
+rm -rf $FVBE_ROOT fvbe-$FVBE_ISO_RELEASE-$FVBE_ISO_TYPE-$FVBE_ARCH.iso tmp 
local local.lastupdate sums var

# Create the skeleton directory.
mkdir -p $FVBE_ROOT/{boot/grub/fonts,LiveOS}
@@ -126,4 +126,4 @@ EOF
grub-mkrescue -o fvbe-$FVBE_ISO_RELEASE-$FVBE_ISO_TYPE-$FVBE_ARCH.iso 
$FVBE_ROOT -- -boot_image any partition_offset=16 -volid FVBE

# Delete the root directory.
-rm -rf $FVBE_ROOT tmp local local.lastupdate sums
+rm -rf $FVBE_ROOT tmp local local.lastupdate sums var
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to