Changeset 544 in MondoRescue for branches/stable/tools/common-env


Ignore:
Timestamp:
May 14, 2006, 12:11:27 AM (19 years ago)
Author:
bcornec
Message:

Build process reviewed:
mkcommon will now export everything from SVN and create tar files containing everyhting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/common-env

    r319 r544  
    88# Adapt to your needs
    99export BASE=${HOME}/mondo
     10export TOPDIR=${BASE}/RPMS
     11mkdir -p ${TOPDIR}
    1012
    1113# Should not be modified below
     
    2022# To be safe for SVN commands
    2123cd $TOOLHOME/..
    22 export REVISION=`$TOOLHOME/mksvnversion`
     24export REVISION=`svnversion .`
Note: See TracChangeset for help on using the changeset viewer.