diff --git a/PKGBUILD b/PKGBUILD index 16d8abe..4bb4e7a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -53,7 +53,7 @@ prepare() { } pkgver() { - cd "$pkgbase-stable" + cd "systemd-stable" local _version _count _version="$(git describe --abbrev=0 --tags)" @@ -97,7 +97,7 @@ build() { -Dsysvrcnd-path= ) - arch-meson "$pkgbase-stable" build "${_meson_options[@]}" + arch-meson "systemd-stable" build "${_meson_options[@]}" ninja -C build }