From 2adaab280bcb1cac6db8fd51299676cd37da385e Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Thu, 9 Oct 2003 07:49:56 +0000 Subject: remove /lib/security from pam.d config files (lib64) --- spec-helper | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spec-helper b/spec-helper index 3d22857..7a09a36 100755 --- a/spec-helper +++ b/spec-helper @@ -74,11 +74,7 @@ if test -z "$DONT_FIX_PAMD_CONFIGS"; then configs=`ls $RPM_BUILD_ROOT/etc/pam.d/* 2> /dev/null` if [ -n "$configs" ]; then echo -n "Fixing pam.d config files..." - lib64= - case $RPM_ARCH in - amd64* | x86_64* | sparc64* | ppc64* ) lib64=yes;; - esac - test -n "$lib64" && perl -pi -e "s|/lib/security|/lib64/security|" $configs + perl -pi -e "s|/lib/security/||" $configs echo "done" fi fi -- cgit v1.2.1