diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-11-05 19:33:31 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-11-05 19:33:31 +0000 |
commit | f94e879768a9cb35e9e81e85719505a9733b473d (patch) | |
tree | 8d2236a0308c9f6b87ee33e3f183cbcf1dc6f026 /scripts/upd-instroot | |
parent | 93d01fddd9cbae282bb3a06d047f07080e74f477 (diff) | |
download | anaconda-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-x | scripts/upd-instroot | 2 |
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 |