update
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
e6ca4cb84d
commit
73cc8ea1eb
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ cd $TMP/$PRGNAM
|
|||
[ "x$VERSION" == "x" ] && VERSION=trunk
|
||||
[ "x$VERSION" == "xtrunk" ] && VERSION="git_$(git log -1 --format=%h_%ad --date=format:%Y.%m.%d)" || git checkout $VERSION
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
# compilation
|
||||
make -j3 PREFIX=$PREFIX
|
||||
|
||||
|
|
Loading…
Reference in a new issue