summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-11-05 19:33:31 +0000
committerJeremy Katz <katzj@redhat.com>2002-11-05 19:33:31 +0000
commitf94e879768a9cb35e9e81e85719505a9733b473d (patch)
tree8d2236a0308c9f6b87ee33e3f183cbcf1dc6f026 /scripts/upd-instroot
parent93d01fddd9cbae282bb3a06d047f07080e74f477 (diff)
downloadanaconda-f94e879768a9cb35e9e81e85719505a9733b473d.tar.gz
anaconda-f94e879768a9cb35e9e81e85719505a9733b473d.tar.xz
anaconda-f94e879768a9cb35e9e81e85719505a9733b473d.zip
use actual location of Cards instead of symlink (#73899)
Diffstat (limited to 'scripts/upd-instroot')
-rwxr-xr-xscripts/upd-instroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index da5af76e6..40726d792 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -947,6 +947,6 @@ if [ "$ARCH" != "s390" -a "$ARCH" != "s390x" ]; then
if [ -n "$NEEDGR" ]; then
cd $ORIGDIR
- $DESTGR/usr/lib/anaconda-runtime/checkcards.py $DESTGR/usr/share/hwdata/pcitable $DESTGR/usr/X11R6/lib/X11/Cards
+ $DESTGR/usr/lib/anaconda-runtime/checkcards.py $DESTGR/usr/share/hwdata/pcitable $DESTGR/usr/share/hwdata/Cards
fi
fi