summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-03-22 15:35:15 +0000
committerChris Lumens <clumens@redhat.com>2005-03-22 15:35:15 +0000
commitf059b315bd362cea0140fc32f488d19bbecf3c38 (patch)
tree42e49cd4ee239604d902887b03d78d0eec70007c /scripts
parentfced2f51b1785174d0de9d45dd1c7b44bb55adbc (diff)
downloadanaconda-f059b315bd362cea0140fc32f488d19bbecf3c38.tar.gz
anaconda-f059b315bd362cea0140fc32f488d19bbecf3c38.tar.xz
anaconda-f059b315bd362cea0140fc32f488d19bbecf3c38.zip
List libstdc++ in PACKAGES to hopefully really fix the tree scrubbing problem.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upd-instroot3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 90b0e8e29..acb00e199 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -119,7 +119,8 @@ PACKAGES="glibc glibc-common setup openssl python newt slang libselinux
rhpl pyxf86config libxml2 libxml2-python glib2 sqlite neon
elfutils-libelf bogl-bterm bogl krb5-libs convertdb1 jfsutils
xfsprogs xfsdump dmapi libacl libattr attr acl python-urlgrabber
- policy policycoreutils pyparted xorg-x11 selinux-policy-targeted"
+ policy policycoreutils pyparted xorg-x11 selinux-policy-targeted
+ libstdc++"
if [ $ARCH = i386 -o $ARCH = x86_64 ]; then
PACKAGES="$PACKAGES kernel-pcmcia-cs kernel-utils"