From a723b3313336316752d5eed4b643a2ad9a04f838 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 20 Jun 2020 14:54:48 +0200 Subject: [PATCH] debian: fix manage script name --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2