summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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