From 146355c5f86f155601cfd0c63781cf299ef7bd12 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 6 Jul 2025 22:15:11 -0400 Subject: Fix permission issue with .deb installer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5560fbd..0b1523a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ camlet.deb: release control.sh cp camlet.desktop tmp/camlet/usr/share/applications/ cp camlet.png tmp/camlet/usr/share/icons/hicolor/48x48/apps sh control.sh > tmp/camlet/DEBIAN/control - dpkg-deb --build tmp/camlet + dpkg-deb --root-owner-group --build tmp/camlet mv tmp/camlet.deb . rm -rf tmp install: release -- cgit v1.2.3