summaryrefslogtreecommitdiff
path: root/dh_installpam
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installpam')
-rwxr-xr-xdh_installpam3
1 files changed, 1 insertions, 2 deletions
diff --git a/dh_installpam b/dh_installpam
index 2262d810..72f8d7dd 100755
--- a/dh_installpam
+++ b/dh_installpam
@@ -4,8 +4,7 @@
#
# If debian/pam file exists, save it to $TMP/etc/pam.d/$PACKAGE
-BEGIN { push @INC, "debian", "/usr/lib/debhelper" }
-use Dh_Lib;
+use Debian::Debhelper::Dh_Lib;
init();
foreach $PACKAGE (@{$dh{DOPACKAGES}}) {