roundshot

n/a
git clone git://parazyd.org/roundshot.git
Log | Files | Refs | LICENSE

commit f63b3c936032cbdb3c3c901951cb21667a884227
parent 661b73c555db29e0056d8d232e6105980aabc20b
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 22 Jan 2018 12:32:42 +0100

squashfs: Clean the overlay directory as well.

Diffstat:
Msquashfs/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/squashfs/Makefile b/squashfs/Makefile @@ -13,7 +13,7 @@ filesystem.squashfs: mksquashfs rootfs $@ -comp xz clean: - rm -rf rootfs $(shell basename $(ROOTFS_URL)) + rm -rf rootfs overlay $(shell basename $(ROOTFS_URL)) distclean: clean rm -f filesystem.squashfs