Merge branch 'master' of github.com:cycojesus/slackbuilds
This commit is contained in:
commit
8a9a046c76
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
PRGNAM=nut
|
PRGNAM=nut
|
||||||
VERSION=15.8
|
VERSION=16.1
|
||||||
|
|
||||||
BUILD=1
|
BUILD=1
|
||||||
PACKAGER=cyco
|
PACKAGER=cyco
|
||||||
|
|
|
@ -25,10 +25,10 @@ rm -fr $PKG
|
||||||
( cd $REPOSITORIES
|
( cd $REPOSITORIES
|
||||||
if [ -e $REPOSITORIES/$PRGNAM ] ; then
|
if [ -e $REPOSITORIES/$PRGNAM ] ; then
|
||||||
( cd $REPOSITORIES/$PRGNAM
|
( cd $REPOSITORIES/$PRGNAM
|
||||||
svn update
|
git pull
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
svn co https://svn.parrot.org/parrot/$BRANCH parrot
|
git clone git://github.com/parrot/parrot.git parrot
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue