Minor changes to maintainer scripts

This commit is contained in:
Diego Martínez 2012-12-18 21:11:55 -02:00
parent 4cbb5b8ce7
commit af47f58767
2 changed files with 4 additions and 1 deletions

View File

@ -9,3 +9,6 @@ rm -fr "$destdir";
echo cp -fr Build/irc "\"$destdir\"";
cp -fr Build/irc "$destdir";
echo cp -f dists/* ~/Dropbox/Public/;
cp -f dists/* ~/Dropbox/Public/;

View File

@ -7,7 +7,7 @@ cd "`dirname "$0"`/..";
basedir="`pwd`";
cd "$t";
ver=0.1.0;
ver=0.1.2;
do_make() # [PLATFORM]
{