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


Ignore:
Timestamp:
Sep 7, 2007, 2:55:58 AM (17 years ago)
Author:
Bruno Cornec
Message:

mondo and mindi seems ok with pb up to local pkg

File:
1 edited

Legend:

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

    r1603 r1619  
    3838fi
    3939
    40 MINDIVER=`cat VERSION`
    41 MINDIREV=`cat REVISION`
     40MINDIVER=PBVER
     41MINDIREV=PBREV
    4242ARCH=`/bin/uname -m`
    4343echo "mindi ${MINDIVER}-r${MINDIREV} will be installed under $local"
     
    122122chmod 755 $locallib/mindi/aux-tools/sbin/*
    123123
    124 # Substirute variables for init
     124# Substitute variables for init
    125125perl -pi -e "s~^MINDI_VER=VVV~MINDI_VER=$MINDIVER~ ; s~^MINDI_REV=RRR~MINDI_REV=$MINDIREV~" $locallib/mindi/rootfs/sbin/init
    126126
Note: See TracChangeset for help on using the changeset viewer.