Skip to content

Commit

Permalink
Item2106: fix autobuild-deb.sh to function alongside build_deb.sh tar…
Browse files Browse the repository at this point in the history
…balls

git-svn-id: http://svn.foswiki.org/branches/Release01x00@5199 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
DrakeDiedrich authored and DrakeDiedrich committed Oct 2, 2009
1 parent 16bc67d commit 4054a2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/tools/pkg/autobuild-deb.sh
Expand Up @@ -44,15 +44,15 @@ cd ${FOSWIKI_HOME}/tools
#
cp ../Foswiki-*.tgz ${FOSWIKI_HOME}/tools/pkg/


cd ${FOSWIKI_HOME}/tools/pkg

#
# Get the last real release number and the version number on the tarball
#
tarversion=`echo Foswiki-*.tgz | sed 's/Foswiki-//' | sed 's/.tgz//'`
tarversion=`echo ../Foswiki-*.tgz | sed 's%../Foswiki-%%' | sed 's/.tgz//'`
releaseversion=`echo $tarversion | sed s/-.*//`

cd ${FOSWIKI_HOME}/tools/pkg


#
# Do about the same as these, but with modified source and package revisions
#
Expand Down

0 comments on commit 4054a2b

Please sign in to comment.