Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-01-24 14:14:09 +03:00
parent acfcf09c62
commit cb3cbb9bb6
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ _reverts=(
) )
prepare() { prepare() {
cd "$pkgbase-stable" cd "systemd-stable"
# add upstream repository for cherry-picking # add upstream repository for cherry-picking
git remote add -f upstream ../systemd git remote add -f upstream ../systemd
@ -100,7 +100,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
} }