From: Frédéric Péters Date: Sat, 20 Jun 2020 12:54:48 +0000 (+0200) Subject: debian: fix manage script name X-Git-Tag: v2022~12 X-Git-Url: https://git.0d.be/?p=chloro.git;a=commitdiff_plain;h=a723b3313336316752d5eed4b643a2ad9a04f838 debian: fix manage script name --- diff --git a/debian/rules b/debian/rules index da06967..4b6b4cc 100755 --- a/debian/rules +++ b/debian/rules @@ -8,4 +8,4 @@ export PYBUILD_DISABLE=test override_dh_install: dh_install - mv $(CURDIR)/debian/chloro/usr/bin/manage.py $(CURDIR)/debian/chloro/usr/bin/chrono-manage + mv $(CURDIR)/debian/chloro/usr/bin/manage.py $(CURDIR)/debian/chloro/usr/bin/chloro-manage