Changeset 237 in MondoRescue for branches/2.05/mindi/mindi


Ignore:
Timestamp:
Dec 19, 2005, 8:23:17 PM (18 years ago)
Author:
bcornec
Message:
  • single place for VERSION numbers in mondo and mindi (Bruno Cornec)
  • revision taken from global tree, not from files for mindi/mondo tagging (Bruno Cornec)
  • chown can't be done for RPMS in install.sh
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mindi/mindi

    r235 r237  
    2727
    2828MINDI_REV=`echo '$Rev$' | awk '{print $2}'`
    29 
    30 MINDI_VERSION=1.05-r$MINDI_REV
     29MINDI_VER=`cat VERSION`
     30
     31MINDI_VERSION=${MINDI_VER}-r$MINDI_REV
    3132MINDI_PREFIX=XXX
    3233MINDI_CONF=YYY
Note: See TracChangeset for help on using the changeset viewer.