Ignore:
Timestamp:
May 27, 2009, 11:39:15 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/packaging/bin/update-pkginfo

    r133 r233  
    1515    exit 1
    1616fi
    17 # PREV=`echo ${REVISION} | sed 's/[^0-9]//g'`
    18 # PREV="."`echo ${REVISION} | sed 's/[0-9]//g'`".${PREV}"
    1917
    20 for f in `du -a | awk '{print $2}' | grep \.tmpl$`; do
     18DIRNAME=$(dirname $0)
     19TOPDIR=${DIRNAME}/../../
     20PACKAGINGDIR=${TOPDIR}/packaging
     21
     22pushd ${PACKAGINGDIR} > /dev/null 2>&1
     23for f in `find . -type f -name "*.tmpl"`; do
    2124        f2=`echo $f | sed s/.tmpl//g`
    2225        echo $f2
     
    2629                -e s/PRPMREV/${RPMREVISION}/g < $f > $f2
    2730done
    28 
     31popd > /dev/null 2>&1
Note: See TracChangeset for help on using the changeset viewer.