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:
parent
ee93cd77fb
commit
4d851529f6
2 changed files with 2 additions and 0 deletions
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue