diff options
author | Matt Wilson <msw@redhat.com> | 2001-01-11 20:07:57 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-01-11 20:07:57 +0000 |
commit | 5572623c14084cae99d4849e70c0d5a0c992b7c8 (patch) | |
tree | 7d39aae00b74e5641c68dc3b20a8a70002d627b1 | |
parent | be7b120ca1036ef269acf432a78fc1213ce0f3e7 (diff) | |
download | anaconda-5572623c14084cae99d4849e70c0d5a0c992b7c8.tar.gz anaconda-5572623c14084cae99d4849e70c0d5a0c992b7c8.tar.xz anaconda-5572623c14084cae99d4849e70c0d5a0c992b7c8.zip |
point to the real location of the zoneinfo magic.
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 313b28c88..9e5bda23e 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -61,7 +61,7 @@ expandPackageSet() { for n in $RPMS; do echo -ne "\rExpanding packages..." $(basename $n) - if [ $(rpm -qp --qf '%{NAME}' $n) = "glibc" ] ; then + if [ $(rpm -qp --qf '%{NAME}' $n) = "glibc-common" ] ; then GLIBC=$n fi rpm2cpio $n | (cd $PKGDEST; cpio -E $KEEPFILES --quiet -iumd) |