diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-07-25 10:27:06 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-07-25 10:27:06 +0000 |
commit | 1d48e53cc107e5a9d88f82c64c5265d9bedf2045 (patch) | |
tree | 9c59ca61798a34a8fd9e4992fdedef0785502eec | |
parent | 2d7f27d33de42142d6a3af1c25613a40f509e248 (diff) | |
download | spec-helper-1d48e53cc107e5a9d88f82c64c5265d9bedf2045.tar spec-helper-1d48e53cc107e5a9d88f82c64c5265d9bedf2045.tar.gz spec-helper-1d48e53cc107e5a9d88f82c64c5265d9bedf2045.tar.bz2 spec-helper-1d48e53cc107e5a9d88f82c64c5265d9bedf2045.tar.xz spec-helper-1d48e53cc107e5a9d88f82c64c5265d9bedf2045.zip |
handle amd64
-rwxr-xr-x | spec-helper | 2 |
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" |