]> git.proxmox.com Git - zfsonlinux.git/commitdiff
d/rules: use dh_missing instead of dh_install --fail-missing
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 28 Sep 2019 11:14:19 +0000 (13:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 30 Sep 2019 04:50:45 +0000 (06:50 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/rules

index 7d044e98ceef2f148f2860b0b7f37435413e396e..bb44c376650cd23654d7f0986b81c013ab16a044 100755 (executable)
@@ -93,9 +93,9 @@ override_dh_auto_clean:
        dh_auto_clean
        @if test -e META.orig; then mv META.orig META; fi
 
-override_dh_install:
+override_dh_missing:
        find . -name lib*.la -delete
-       dh_install --fail-missing
+       dh_missing --fail-missing
 
 override_dh_installdocs:
        dh_installdocs