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
|
||||
|
||||
PRGNAM=nut
|
||||
VERSION=15.8
|
||||
VERSION=16.1
|
||||
|
||||
BUILD=1
|
||||
PACKAGER=cyco
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue