Changeset 1006 in MondoRescue for branches/stable/tools


Ignore:
Timestamp:
Dec 19, 2006, 1:43:55 AM (17 years ago)
Author:
Bruno Cornec
Message:

mindi-busybox is now generated with the release tag and revision in its internal VERSION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/svn2build

    r924 r1006  
    115115        cd ..
    116116    fi
     117    if [ _"`echo $p | grep 'busybox'`" != _"" ]; then
     118        cd $dest
     119        mv Rules.mak Rules.mak.orig
     120        cat Rules.mak.orig | sed "s/^EXTRAVERSION\([\t ]*\):=/EXTRAVERSION\1:=-$tag-r$REVISION/" > Rules.mak
     121        cd ..
     122    fi
    117123
    118124    if [ _"`echo $p | grep -vE 'kernel|busybox' | grep mindi`" != _"" ]; then
Note: See TracChangeset for help on using the changeset viewer.