aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xspec-helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec-helper b/spec-helper
index 8b161d4..3d22857 100755
--- a/spec-helper
+++ b/spec-helper
@@ -76,7 +76,7 @@ if test -z "$DONT_FIX_PAMD_CONFIGS"; then
echo -n "Fixing pam.d config files..."
lib64=
case $RPM_ARCH in
- x86_64* | sparc64* | ppc64* ) lib64=yes;;
+ amd64* | x86_64* | sparc64* | ppc64* ) lib64=yes;;
esac
test -n "$lib64" && perl -pi -e "s|/lib/security|/lib64/security|" $configs
echo "done"