roundshot

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

commit 661b73c555db29e0056d8d232e6105980aabc20b
parent 8687eaeefa81d7e866c0a3c4fff3fc602d463ce3
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 22 Jan 2018 12:30:07 +0100

Fix clean target in squashfs.

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 -s .tar.gz $(ROOTFS_URL)) + rm -rf rootfs $(shell basename $(ROOTFS_URL)) distclean: clean rm -f filesystem.squashfs