[wofi] - → .

This commit is contained in:
Gwenhael Le Moine 2022-01-18 09:31:12 +01:00
parent 9ff744fbc3
commit 9613e944cb
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

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