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

commit 5e9c03006d29a51d152da86aae987488f1b94758
Author: James Buren <r...@frugalware.org>
Date:   Tue Apr 2 06:37:02 2013 -0500

update clean up list

diff --git a/Makefile b/Makefile
index 1ff58b2..c6d383a 100644
--- a/Makefile
+++ b/Makefile
@@ -53,4 +53,4 @@ bin/resolvegroups: src/resolvegroups.o
setup: bin/fwsetup

clean:
-       rm -rf $(OBJECTS) src/fwsetup vmlinuz initrd rootfs.img squashfs.img 
pacman-g2.conf locales layouts unicode.pf2 $(ISO) root $(FDB)
+       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
diff --git a/bin/create-iso b/bin/create-iso
index 8593474..deab188 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 sums
+rm -rf $FVBE_ROOT fvbe-$FVBE_ISO_RELEASE-$FVBE_ISO_TYPE-$FVBE_ARCH.iso tmp 
local local.lastupdate sums

# Create the skeleton directory.
mkdir -p $FVBE_ROOT/{boot/grub/fonts,LiveOS}
@@ -120,4 +120,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 sums
+rm -rf $FVBE_ROOT tmp local local.lastupdate sums
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to