From 6ce511785e4b9751ef184236c2cf8f63bc25f512 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 3 Sep 2009 04:16:55 -0700 Subject: fix a minor mis-merge (unix_chkpwd in libpam-modules-bin) --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index dffe6fd5..c70cbc42 100755 --- a/debian/rules +++ b/debian/rules @@ -57,8 +57,8 @@ override_dh_link: override_dh_fixperms: dh_fixperms ifeq (,$(findstring -i, $(DH_INTERNAL_OPTIONS))) - 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 endif # ideally, dh_makeshlibs could compute this from the symbols file; or we -- cgit v1.2.3