summaryrefslogtreecommitdiff
path: root/dh_fixperms
diff options
context:
space:
mode:
Diffstat (limited to 'dh_fixperms')
-rwxr-xr-xdh_fixperms3
1 files changed, 1 insertions, 2 deletions
diff --git a/dh_fixperms b/dh_fixperms
index 98201e94..191f3d08 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -2,8 +2,7 @@
#
# Do some general file permission fixups.
-BEGIN { push @INC, "debian", "/usr/share/debhelper" }
-use Dh_Lib;
+use Debian::Debhelper::Dh_Lib;
init();
foreach $PACKAGE (@{$dh{DOPACKAGES}}) {