summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-05-23 18:16:12 +0000
committerJeremy Katz <katzj@redhat.com>2006-05-23 18:16:12 +0000
commit47c22f55b52d7547060c9fbb1ce197cb41c16871 (patch)
tree50723b77d2a056dd3aa3a620267edac7aa21cbec /scripts
parent1d2ef9e9f7c927607cdfffca2c08b4f4d21f5397 (diff)
downloadanaconda-47c22f55b52d7547060c9fbb1ce197cb41c16871.tar.gz
anaconda-47c22f55b52d7547060c9fbb1ce197cb41c16871.tar.xz
anaconda-47c22f55b52d7547060c9fbb1ce197cb41c16871.zip
2006-05-23 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot (LIBDIR): libdir on ppc64 is lib64
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 7f6acadfa..4533c4806 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -33,7 +33,7 @@ if [ -z "$ARCH" ]; then
ARCH=`rpm --nodigest --nosignature -qp --qf "%{ARCH}" $PACKAGEDIR/anaconda-runtime*.rpm`
fi
-if [ $ARCH = x86_64 -o $ARCH = s390x ]; then
+if [ $ARCH = x86_64 -o $ARCH = s390x -o $ARCH = ppc64 ]; then
LIBDIR=lib64
else
LIBDIR=lib