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


Ignore:
Timestamp:
Oct 21, 2007, 3:06:22 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Remove useless copy from mindi to mondo at end of USB handling
  • Fix PB macro vs tools/*2build issue
  • make_usb_fs change of interface (doesn't need a parameter)
  • Fix USB support in mondo to avoid multiple copies of files
  • Use first partiion in mondo for USB device
  • Fixes for USB CLI for both mondo/mindi
  • Try to add USB support for mondoarchive with new functions
  • du => deb for similarity with other distro type under pbconf
  • migrate gento build files under pb
  • remove now obsolete rpm spec file and gentoo build files from distributions
  • Remove DOCDIR usage in mindi + various build fixes

(merge -r1680:1692 $SVN_M/branches/2.2.5)

File:
1 edited

Legend:

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

    r1619 r1693  
    6969
    7070echo "Creating target directories ..."
    71 install -m 755 -d $conf $conf/deplist.d $locallib/mindi $MANDIR $local/sbin $DOCDIR $CACHEDIR
     71install -m 755 -d $conf $conf/deplist.d $locallib/mindi $MANDIR $local/sbin $CACHEDIR # $DOCDIR
    7272
    7373echo "Copying files ..."
     
    133133
    134134install -m 644 mindi.8 $MANDIR
    135 install -m 644 ChangeLog COPYING README README.busybox README.ia64 README.pxe TODO INSTALL svn.log $DOCDIR
     135#install -m 644 ChangeLog COPYING README README.busybox README.ia64 README.pxe TODO INSTALL svn.log $DOCDIR
    136136
    137137if [ "_$PREFIX" = "_" ] && [ ! -f $locallib/mindi/rootfs/bin/busybox ]; then
     
    160160
    161161if [ "$PKGBUILDMINDI" != "true" ]; then
    162     chown -R root:root $locallib/mindi $conf $DOCDIR
     162    chown -R root:root $locallib/mindi $conf # $DOCDIR
    163163    chown root:root $local/sbin/mindi $MANDIR/mindi.8 $locallib/mindi/analyze-my-lvm $local/sbin/parted2fdisk.pl
    164164    if [ "$ARCH" = "ia64" ] ; then
     
    168168
    169169# Special case for SuSE family where doc is put elsewhere in the RPM
    170 if [ -e /etc/SuSE-release ]; then
    171     rm -rf $DOCDIR
    172 fi
     170# if [ -e /etc/SuSE-release ]; then
     171    # rm -rf $DOCDIR
     172# fi
    173173
    174174# Special case for Debian family where doc is put elsewhere in the DEB
    175 if [ -e /etc/debian_version ]; then
    176     rm -rf $DOCDIR
    177 fi
     175# if [ -e /etc/debian_version ]; then
     176    # rm -rf $DOCDIR
     177# fi
    178178
    179179exit 0
Note: See TracChangeset for help on using the changeset viewer.