[wofi] - → .
This commit is contained in:
parent
9ff744fbc3
commit
9613e944cb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ cp -R $REPOSITORY $TMP/
|
|||
cd $TMP/$PRGNAM/
|
||||
|
||||
# [ "x$VERSION" == "xtrunk" ] && VERSION="git_$(git log -1 --format=%h_%ad --date=format:%Y.%m.%d)" || git checkout $VERSION
|
||||
[ "x$VERSION" == "xtrunk" ] && VERSION="hg_$(date +%F)"
|
||||
[ "x$VERSION" == "xtrunk" ] && VERSION="hg_$(date +%F | tr - .)"
|
||||
|
||||
meson setup --prefix /usr --mandir /usr/man/ build/
|
||||
ninja -C build/
|
||||
|
|
Loading…
Reference in a new issue