From c06c69c1529d61aa145ff509fe5820cf93a1cbd7 Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 25 Mar 2019 09:46:00 +0300 Subject: [PATCH] pkgbase? wtf man Signed-off-by: fbt --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }