1
0
Fork 0

Using execute_after targets in rules to be explicit what we're doing.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-23 19:25:49 +01:00
parent ee93cd77fb
commit 4d851529f6
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 2 additions and 0 deletions

1
debian/rules vendored
View file

@ -11,6 +11,7 @@ override_dh_auto_configure:
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/pdlzip
execute_after_dh_auto_install:
# update-alternatives
mv debian/pdlzip/usr/bin/pdlzip debian/pdlzip/usr/bin/lzip.pdlzip
ln -s /usr/bin/lzip.pdlzip debian/pdlzip/usr/bin/pdlzip