From cb3cbb9bb6ad3fb2b808837f09f76e97a5da9044 Mon Sep 17 00:00:00 2001 From: fbt Date: Sun, 24 Jan 2021 14:14:09 +0300 Subject: [PATCH] oops Signed-off-by: fbt --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }