Changeset 543 in MondoRescue for branches/stable/mindi/install.sh


Ignore:
Timestamp:
May 13, 2006, 8:52:38 PM (18 years ago)
Author:
bcornec
Message:

stable is now at same level as 2.0.8 (r538)

File:
1 edited

Legend:

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

    r542 r543  
    5858fi
    5959chmod 755 $local/sbin/mindi
    60 install -m 755 analyze-my-lvm parted2fdisk.pl $local/sbin
     60install -m 755 parted2fdisk.pl $local/sbin
     61install -m 755 analyze-my-lvm $locallib/mindi
    6162
    6263install -m 644 mindi.8 $MANDIR
     
    103104if [ "$RPMBUILDMINDI" != "true" ]; then
    104105    chown -R root:root $locallib/mindi $conf $DOCDIR
    105     chown root:root $local/sbin/mindi $MANDIR/mindi.8 $local/sbin/analyze-my-lvm $local/sbin/parted2fdisk.pl
     106    chown root:root $local/sbin/mindi $MANDIR/mindi.8 $locallib/mindi/analyze-my-lvm $local/sbin/parted2fdisk.pl
    106107    if [ "$ARCH" = "ia64" ] ; then
    107108        chown root:root $local/sbin/parted2fdisk
Note: See TracChangeset for help on using the changeset viewer.