diff options
author | Mark Wells <mark@freeside.biz> | 2014-11-30 13:01:27 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-11-30 13:01:27 -0800 |
commit | 83646ffc2d229a706bdf3f90bf3cc8834c03106f (patch) | |
tree | 8905058d84afd2ab8b2bee1462801a609fa7019b /debian | |
parent | 2abefcaec0a7fbc3f320e0c251de81144ca6bd93 (diff) |
adjustments
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 2d33f6a..eb511c7 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,6 @@ %: dh $@ +override_dh_auto_install: + dh_auto_install + rm -f `find debian/ -name perllocal.pod` |