summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-03-05 20:46:36 -0500
committerpommicket <pommicket@gmail.com>2025-03-05 20:48:59 -0500
commit408d8b0e8f3e7a7d0d082221e3c5d365c77d0769 (patch)
tree5736fb4afa7e3a5dbc9763c153404315900e097f /Makefile
parent8de9b9568caf088e9f75d880fae7105661d9e0dc (diff)
Bump version to 2.7.7
Also add automated control file generation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a01a86..75009d1 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,6 @@ ted.deb: release
cp ted.desktop /tmp/ted/usr/share/applications
cp ted /tmp/ted$(INSTALL_BIN_DIR)/
cp -r assets themes ted.cfg /tmp/ted$(GLOBAL_DATA_DIR)/
- cp control /tmp/ted/DEBIAN
+ ./control.sh /tmp/ted > /tmp/ted/DEBIAN/control
dpkg-deb --build /tmp/ted
mv /tmp/ted.deb ./