diff options
author | Matt Wilson <msw@redhat.com> | 2000-04-24 19:08:49 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-04-24 19:08:49 +0000 |
commit | a37cd58774fa2d8ecf8a4d75680da8ef1f6fb123 (patch) | |
tree | f64ed61f19f023209a4693adc2e76cde488d233f /scripts | |
parent | f6a0b97e72750848faf11348a3fbb7b0c4a168cf (diff) | |
download | anaconda-a37cd58774fa2d8ecf8a4d75680da8ef1f6fb123.tar.gz anaconda-a37cd58774fa2d8ecf8a4d75680da8ef1f6fb123.tar.xz anaconda-a37cd58774fa2d8ecf8a4d75680da8ef1f6fb123.zip |
fix for stupid cipo glob and XFree86 4.0 modules
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 263b6076b..54c0b3a27 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -263,6 +263,7 @@ usr/X11R6/lib/libXext* usr/X11R6/bin/setxkbmap usr/X11R6/bin/XFree86 usr/X11R6/lib/modules/* +usr/X11R6/lib/modules/lib* usr/X11R6/bin/XF86_3DLabs usr/X11R6/bin/XF86_I128 usr/X11R6/bin/XF86_FBDev |