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
0552c51ba9
commit
ae94355cff
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/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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue