diff --git a/PKGBUILD b/PKGBUILD index 50cb129..0fdeefe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -37,7 +37,7 @@ _reverts=( ) prepare() { - cd "$pkgbase-stable" + cd "systemd-stable" # add upstream repository for cherry-picking git remote add -f upstream ../systemd @@ -100,7 +100,7 @@ build() { -Dsysvrcnd-path= ) - arch-meson "$pkgbase-stable" build "${_meson_options[@]}" + arch-meson "systemd-stable" build "${_meson_options[@]}" ninja -C build }