summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-24 10:44:14 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-24 10:53:42 +0300
commited1276c7008b1dab96cd6b73e4b0fb62ca58bcc0 (patch)
treec7fd38cbd1ed65bb12ad857cce4dff88fe963d69 /debian/rules
parentd73806f722113116d7a5b7886df2b7d5ccb34cda (diff)
downloadjt2-ed1276c7008b1dab96cd6b73e4b0fb62ca58bcc0.tar.gz
feat! rename binary from jt2 to jt
The software has now replaced all my use of the old Python version. Sponsored-by: author
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 2aece9a..e80a0aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@ override_dh_auto_build:
true
override_dh_auto_install:
- cargo install --path=. --root=debian/jt2
- find debian/jt2 -name '.crates*' -delete
+ cargo install --path=. --root=debian/jt
+ find debian/jt -name '.crates*' -delete
override_dh_auto_test:
./check