diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-02 21:35:23 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-02 21:35:23 +0000 |
commit | 8fdaddc2e514fa5f936a67d0096b72bf59366aed (patch) | |
tree | 3c47704f521fea574941d9b5bb204049e719a3ea /tools | |
parent | ff5bf0882a6c0b8c7ab31d616bd1cb1c79e67213 (diff) | |
download | drakx-8fdaddc2e514fa5f936a67d0096b72bf59366aed.tar drakx-8fdaddc2e514fa5f936a67d0096b72bf59366aed.tar.gz drakx-8fdaddc2e514fa5f936a67d0096b72bf59366aed.tar.bz2 drakx-8fdaddc2e514fa5f936a67d0096b72bf59366aed.tar.xz drakx-8fdaddc2e514fa5f936a67d0096b72bf59366aed.zip |
fix remove of alternate cz modules
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 442984327..bcd957d17 100755 --- a/tools/make_mdkinst_stage2 +++ b/tools/make_mdkinst_stage2 @@ -38,7 +38,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,S3} -rm -f $STAGE2TMP/lib/modules.cz2.2* +rm -f $STAGE2TMP/lib/modules.cz-2.2* rm -f $STAGE2TMP/$REP4PMS/po/DrakX.pot #for i in /usr/share/locale; do \ # name=`basename $i` ; \ |