diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-07-12 10:38:48 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-07-12 10:38:48 +0200 |
commit | f5fe7db16aa1d258b91cc72ada3c49120889a7c5 (patch) | |
tree | cf742e22ff578609673e7617e6576a896248fcd1 /debian/rules | |
parent | 967a3005f2e88394a8786ab4a20cc18dc7113c8c (diff) |
debian/rules: Remove obsolete dh_install --fail-missing
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index aa976c6..ee95689 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\- override_dh_install: $(RM) debian/tmp/usr/bin/onig-config - dh_install --fail-missing -X.la -X.a + dh_install -X.la -X.a override_dh_makeshlibs: dh_makeshlibs |