diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index dd9063b..bd66c75 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,8 @@ #!/usr/bin/make -f +override_dh_auto_install: + dh_auto_install + find debian -name '*.la' -print -delete + %: dh $@ --with autoreconf |