diff options
author | pommicket <pommicket@gmail.com> | 2025-07-06 22:15:11 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-07-06 22:15:11 -0400 |
commit | 146355c5f86f155601cfd0c63781cf299ef7bd12 (patch) | |
tree | 7db648efd89150e7664981bb15d23fe1adf4ea54 /Makefile | |
parent | 3187b03aa333fad792ea98b745e8a4b2cd584582 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |