From efd4d46ce9a6db066e1065895f12c9567f31ad67 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 26 Feb 2025 11:33:02 -0500 Subject: update .deb control automatically --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3