missing !
This commit is contained in:
parent
ad84bcf79e
commit
a75be41a48
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ PREFIX=/usr
|
||||||
rm -fr $PKG
|
rm -fr $PKG
|
||||||
|
|
||||||
# get sources
|
# get sources
|
||||||
[ -e $REPOSITORY ] && git clone http://github.com/sandal/rbp-book.git $REPOSITORY
|
[ ! -e $REPOSITORY ] && git clone http://github.com/sandal/rbp-book.git $REPOSITORY
|
||||||
( cd $REPOSITORY && git pull )
|
( cd $REPOSITORY && git pull )
|
||||||
VERSION="$( cd $REPOSITORY && git log -1 --format=%h_%ad --date=format:%Y.%m.%d )"
|
VERSION="$( cd $REPOSITORY && git log -1 --format=%h_%ad --date=format:%Y.%m.%d )"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue