Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2022-07-06 20:49:45 +02:00
parent e6ca4cb84d
commit 73cc8ea1eb
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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