pkgbase? wtf man

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2019-03-25 09:46:00 +03:00
parent 46cf658a5a
commit c06c69c152
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ prepare() {
} }
pkgver() { pkgver() {
cd "$pkgbase-stable" cd "systemd-stable"
local _version _count local _version _count
_version="$(git describe --abbrev=0 --tags)" _version="$(git describe --abbrev=0 --tags)"
@ -97,7 +97,7 @@ build() {
-Dsysvrcnd-path= -Dsysvrcnd-path=
) )
arch-meson "$pkgbase-stable" build "${_meson_options[@]}" arch-meson "systemd-stable" build "${_meson_options[@]}"
ninja -C build ninja -C build
} }