Changeset 489 in MondoRescue for trunk/mindi/install.sh


Ignore:
Timestamp:
Apr 19, 2006, 11:02:43 AM (18 years ago)
Author:
bcornec
Message:

svn merge -r 463:482 $SVN_M/branches/stable
svn merge -r 485:488 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/install.sh

    r461 r489  
    6161fi
    6262chmod 755 $local/sbin/mindi
    63 install -m 755 analyze-my-lvm parted2fdisk.pl $local/sbin
     63install -m 755 parted2fdisk.pl $local/sbin
     64install -m 755 analyze-my-lvm $locallib/mindi
    6465
    6566install -m 644 mindi.8 $MANDIR
     
    106107if [ "$RPMBUILDMINDI" != "true" ]; then
    107108    chown -R root:root $locallib/mindi $conf $DOCDIR
    108     chown root:root $local/sbin/mindi $MANDIR/mindi.8 $local/sbin/analyze-my-lvm $local/sbin/parted2fdisk.pl
     109    chown root:root $local/sbin/mindi $MANDIR/mindi.8 $locallib/mindi/analyze-my-lvm $local/sbin/parted2fdisk.pl
    109110    if [ "$ARCH" = "ia64" ] ; then
    110111        chown root:root $local/sbin/parted2fdisk
     
    112113fi
    113114
    114 # Special case for SuSE family wher doc is put elsewhere in the RPM
    115 if [ _"$dfam" != _"suse" ] then;
     115# Special case for SuSE family where doc is put elsewhere in the RPM
     116if [ _"$dfam" = _"suse" ]; then
    116117    rm -rf $DOCDIR
    117118fi
Note: See TracChangeset for help on using the changeset viewer.