diff options
author | pommicket <pommicket@gmail.com> | 2025-02-26 11:33:02 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-26 11:33:02 -0500 |
commit | efd4d46ce9a6db066e1065895f12c9567f31ad67 (patch) | |
tree | 671aae6b7ef8d1cd4a1802dc79923c03c1283e83 /Makefile | |
parent | 950eeb9c299c0280c357a9f9c27a3ca45b33cbce (diff) |
update .deb control automatically
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ camlet.deb: release control cp release/camlet tmp/camlet/usr/bin/ cp camlet.desktop tmp/camlet/usr/share/applications/ cp camlet.png tmp/camlet/usr/share/icons/hicolor/48x48/apps - cp control tmp/camlet/DEBIAN/ + sh control.sh > tmp/camlet/DEBIAN/control dpkg-deb --build tmp/camlet rm -rf tmp install: release |