Merge branch 'master' of github.com:cycojesus/slackbuilds

This commit is contained in:
Gwenhael Le moine 2010-12-30 16:15:37 +07:00
commit 8a9a046c76
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
set -x
PRGNAM=nut
VERSION=15.8
VERSION=16.1
BUILD=1
PACKAGER=cyco

View file

@ -25,10 +25,10 @@ rm -fr $PKG
( cd $REPOSITORIES
if [ -e $REPOSITORIES/$PRGNAM ] ; then
( cd $REPOSITORIES/$PRGNAM
svn update
git pull
)
else
svn co https://svn.parrot.org/parrot/$BRANCH parrot
git clone git://github.com/parrot/parrot.git parrot
fi
)