Merge branch '1159' into upstream-v0.6
This commit is contained in:
commit
ef1cd5a9bd
|
@ -5,8 +5,8 @@ PREV_VERSION=0.4.4
|
|||
VERSION=0.6.0
|
||||
RELEASE=1
|
||||
SOURCEDIR=.
|
||||
ARCH_TYPE=`uname -m`
|
||||
CURRDIR=`pwd`
|
||||
ARCH_TYPE=$(uname -m)
|
||||
CURRDIR=$(pwd)
|
||||
SOURCE=~/ebuild/${APP}-${VERSION}.tar.gz
|
||||
|
||||
|
||||
|
@ -29,5 +29,4 @@ mv ../${APP} ../${APP}-${VERSION}
|
|||
tar -cvzf ${SOURCE} ../${APP}-${VERSION} --exclude-vcs
|
||||
|
||||
# rename the root directory without the version number
|
||||
mv ../${APP}-${VERSION} ../${APP}
|
||||
|
||||
mv ../${APP}-${VERSION} ../${APP}
|
||||
|
|
Loading…
Reference in New Issue
Block a user