roundshot

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

commit 783081071b9114812564b027d164c53f61e5d1f6
parent c88b0755c97b7f14c72df820a5d020d7cd1eb209
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 22 Jan 2018 17:18:20 +0100

Remove only kernel modules on squashfs clean.

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 overlay $(shell basename $(ROOTFS_URL)) + rm -rf rootfs overlay/lib/modules $(shell basename $(ROOTFS_URL)) distclean: clean rm -f filesystem.squashfs