summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2009-09-02 21:09:14 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 21:28:35 -0800
commitd164065aca32bd6a0982f8ff127c113d0e40bfdd (patch)
tree4eda9a6e2528f3fd8f90fcae524bf4aec70a272b /debian/rules
parentc190f649badf8ec4dd2c6ce63d2798657f90a7f4 (diff)
Split libpam-modules into libpam-modules and libpam-modules-bin, so that we
only have to have one copy of the helper binaries installed.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 8a90a507..e1818d2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -110,8 +110,8 @@ binary-arch: install
dh_strip -a
dh_compress -a
dh_fixperms -a
- chgrp shadow $(d)/libpam-modules/sbin/unix_chkpwd
- chmod 02755 $(d)/libpam-modules/sbin/unix_chkpwd
+ chgrp shadow $(d)/libpam-modules-bin/sbin/unix_chkpwd
+ chmod 02755 $(d)/libpam-modules-bin/sbin/unix_chkpwd
dh_makeshlibs -a -V "libpam0g (>= 1.1.0)"
dh_installdeb -a
dh_shlibdeps -a