Changeset 1989 in MondoRescue for branches/2.2.7/mindi/install.sh


Ignore:
Timestamp:
Jun 22, 2008, 10:17:59 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Rwmove ChopUpAndCopyFile in mindi
  • mindi doesn't use slices anymore (no need as no floppy anymore)
  • Removal of sone useless scripts under restore-scripts/mondo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mindi/install.sh

    r1983 r1989  
    6969
    7070echo "Creating target directories ..."
    71 install -m 755 -d $conf $locallib/mindi $MANDIR $local/sbin $CACHEDIR # $DOCDIR
     71install -m 755 -d $conf $locallib/mindi $MANDIR $local/sbin $CACHEDIR
    7272
    7373echo "Copying files ..."
     
    112112fi
    113113
    114 # Special case for SuSE family where doc is put elsewhere in the RPM
    115 # if [ -e /etc/SuSE-release ]; then
    116     # rm -rf $DOCDIR
    117 # fi
    118 
    119 # Special case for Debian family where doc is put elsewhere in the DEB
    120 # if [ -e /etc/debian_version ]; then
    121     # rm -rf $DOCDIR
    122 # fi
    123 
    124114exit 0
Note: See TracChangeset for help on using the changeset viewer.