summaryrefslogtreecommitdiff
path: root/update/createnew.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-18 14:15:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-18 14:15:02 +0300
commitf1728f9a8c1a5758a7c60707187d92bb6fb3e982 (patch)
tree26bfcb85498780b4195b2bae025a4002eadb937a /update/createnew.sh
parentd4d7b1592cafc054949eb5fb66a8cf66cf1d4962 (diff)
downloadevol-tools-f1728f9a8c1a5758a7c60707187d92bb6fb3e982.tar.gz
evol-tools-f1728f9a8c1a5758a7c60707187d92bb6fb3e982.tar.bz2
evol-tools-f1728f9a8c1a5758a7c60707187d92bb6fb3e982.tar.xz
evol-tools-f1728f9a8c1a5758a7c60707187d92bb6fb3e982.zip
update relative path to evol-tools.
Diffstat (limited to 'update/createnew.sh')
-rwxr-xr-xupdate/createnew.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update/createnew.sh b/update/createnew.sh
index 6dac279..a93858a 100755
--- a/update/createnew.sh
+++ b/update/createnew.sh
@@ -13,8 +13,8 @@ mkdir upload
rm files/evol.zip
cd ../../gittorious/clientdata-beta
-find -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -printf "%P\n" | zip -@ ../../privtools/update/files/evol.zip
-git log --pretty=oneline -n 1 | awk '{print $1}' >../../privtools/update/commit.txt
+find -iregex ".+[.]\(xml\|png\|tmx\|ogg\|txt\|po\|tsx\)" -printf "%P\n" | zip -@ ../../evol-tools/update/files/evol.zip
+git log --pretty=oneline -n 1 | awk '{print $1}' >../../evol-tools/update/commit.txt
cd $dir/files
sum=`../adler32 1 evol.zip`