summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-07-06 22:15:11 -0400
committerpommicket <pommicket@gmail.com>2025-07-06 22:15:11 -0400
commit146355c5f86f155601cfd0c63781cf299ef7bd12 (patch)
tree7db648efd89150e7664981bb15d23fe1adf4ea54 /Makefile
parent3187b03aa333fad792ea98b745e8a4b2cd584582 (diff)
Fix permission issue with .deb installerHEADtrunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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