summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-02-01 16:49:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-02-01 16:49:29 +0000
commit7c49aeda9414169c3192ea1ee269cdf2be4d7fcb (patch)
tree06a13f2ff28ca22b0cb3740fbfb2bb04fd5d4d8b /debian/rules
parentReleasing debian version 1.21-7. (diff)
downloadlziprecover-7c49aeda9414169c3192ea1ee269cdf2be4d7fcb.tar.xz
lziprecover-7c49aeda9414169c3192ea1ee269cdf2be4d7fcb.zip
Using execute_after targets in rules to be explicit what we're doing.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 56ae2aa..2aab302 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ override_dh_auto_configure:
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lziprecover
+execute_after_dh_auto_install:
# update-alternatives
mv debian/lziprecover/usr/bin/lziprecover debian/lziprecover/usr/bin/lzip.lziprecover
ln -s /usr/bin/lzip.lziprecover debian/lziprecover/usr/bin/lziprecover