diff options
author | Matt Wilson <msw@redhat.com> | 2002-12-01 19:56:30 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-12-01 19:56:30 +0000 |
commit | 27ca35ee97569843d32c340363bed91d375d9142 (patch) | |
tree | 7534d30b6d195799d7ef1d4c3c7559d5004d6f54 /scripts | |
parent | f3e58eb0ce99ef55c99e0f68614a7e40de713822 (diff) | |
download | anaconda-27ca35ee97569843d32c340363bed91d375d9142.tar.gz anaconda-27ca35ee97569843d32c340363bed91d375d9142.tar.xz anaconda-27ca35ee97569843d32c340363bed91d375d9142.zip |
libelf is dead. long live elfutils
Diffstat (limited to 'scripts')
-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 bcae42244..081483f50 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -102,7 +102,7 @@ PACKAGES="glibc glibc-common setup openssl python python2 newt libtermcap zlib XFree86 Xconfigurator anaconda anaconda-runtime kudzu-devel kudzu hwdata db3 bzip2 bzip2-libs dosfstools pciutils reiserfs-utils parted busybox-anaconda rpm-python anaconda-help booty - hdparm lvm rhpl pyxf86config libxml2 libxml2-python rdate libelf + hdparm lvm rhpl pyxf86config libxml2 libxml2-python rdate elfutils glib2" if [ $ARCH = i386 -o $ARCH = x86_64 ]; then |