Changeset 1682 in MondoRescue for branches/2.2.5/mindi


Ignore:
Timestamp:
Oct 17, 2007, 1:40:52 PM (17 years ago)
Author:
Bruno Cornec
Message:

Remove DOCDIR usage in mindi + various build fixes

File:
1 edited

Legend:

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

    r1620 r1682  
    6969
    7070echo "Creating target directories ..."
    71 install -m 755 -d $conf $locallib/mindi $MANDIR $local/sbin $DOCDIR $CACHEDIR
     71install -m 755 -d $conf $locallib/mindi $MANDIR $local/sbin $CACHEDIR # $DOCDIR
    7272
    7373echo "Copying files ..."
     
    8989
    9090install -m 644 mindi.8 $MANDIR
    91 install -m 644 ChangeLog COPYING README README.busybox README.ia64 README.pxe TODO INSTALL svn.log $DOCDIR
     91#install -m 644 ChangeLog COPYING README README.busybox README.ia64 README.pxe TODO INSTALL svn.log $DOCDIR
    9292
    9393if [ "_$PREFIX" = "_" ] && [ ! -f $locallib/mindi/rootfs/bin/busybox ]; then
     
    116116
    117117if [ "$PKGBUILDMINDI" != "true" ]; then
    118     chown -R root:root $locallib/mindi $conf $DOCDIR
     118    chown -R root:root $locallib/mindi $conf # $DOCDIR
    119119    chown root:root $local/sbin/mindi $MANDIR/mindi.8 $locallib/mindi/analyze-my-lvm $local/sbin/parted2fdisk.pl
    120120    if [ "$ARCH" = "ia64" ] ; then
     
    124124
    125125# Special case for SuSE family where doc is put elsewhere in the RPM
    126 if [ -e /etc/SuSE-release ]; then
    127     rm -rf $DOCDIR
    128 fi
     126# if [ -e /etc/SuSE-release ]; then
     127    # rm -rf $DOCDIR
     128# fi
    129129
    130130# Special case for Debian family where doc is put elsewhere in the DEB
    131 if [ -e /etc/debian_version ]; then
    132     rm -rf $DOCDIR
    133 fi
     131# if [ -e /etc/debian_version ]; then
     132    # rm -rf $DOCDIR
     133# fi
    134134
    135135exit 0
Note: See TracChangeset for help on using the changeset viewer.