From 1d48e53cc107e5a9d88f82c64c5265d9bedf2045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Fri, 25 Jul 2003 10:27:06 +0000 Subject: handle amd64 --- spec-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1