diff options
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 |