diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-24 20:26:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-24 20:26:03 +0000 |
commit | 5d8ade57924225234cbeae6eff2c6e84258f73e9 (patch) | |
tree | cf7b18fb87f933fcd5be0a55898ac7d53c4390db /tools | |
parent | 78aef7f66bb62da23ff87ba2f24fb5e33637c0be (diff) | |
download | drakx-5d8ade57924225234cbeae6eff2c6e84258f73e9.tar drakx-5d8ade57924225234cbeae6eff2c6e84258f73e9.tar.gz drakx-5d8ade57924225234cbeae6eff2c6e84258f73e9.tar.bz2 drakx-5d8ade57924225234cbeae6eff2c6e84258f73e9.tar.xz drakx-5d8ade57924225234cbeae6eff2c6e84258f73e9.zip |
no_comment
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/make_mdkinst_stage2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_mdkinst_stage2 b/tools/make_mdkinst_stage2 index 67992d8b8..4c7023f77 100755 --- a/tools/make_mdkinst_stage2 +++ b/tools/make_mdkinst_stage2 @@ -31,7 +31,7 @@ $SUDO cp -a $DEST/* $STAGE2TMP # hack to reduce the STAGE2 image (do not edit without modifying in DrakX) # be sure to keep the biggest server -rm -f $STAGE2TMP/usr/X11R6/bin/XF86_{VGA16,3DLabs,TGA} +rm -f $STAGE2TMP/usr/X11R6/bin/XF86_{VGA16,3DLabs,TGA,S3} rm -f $STAGE2TMP/$REP4PMS/po/DrakX.pot #for i in /usr/share/locale; do \ # name=`basename $i` ; \ |