summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-02-26 11:33:02 -0500
committerpommicket <pommicket@gmail.com>2025-02-26 11:33:02 -0500
commitefd4d46ce9a6db066e1065895f12c9567f31ad67 (patch)
tree671aae6b7ef8d1cd4a1802dc79923c03c1283e83 /Makefile
parent950eeb9c299c0280c357a9f9c27a3ca45b33cbce (diff)
update .deb control automatically
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05dd0e8..96d67ae 100644
--- a/Makefile
+++ b/Makefile
@@ -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