Skip to content

Instantly share code, notes, and snippets.

@42LoCo42
Last active November 13, 2022 15:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 42LoCo42/5007d7a7a7a870742e67b16363b3effb to your computer and use it in GitHub Desktop.
Save 42LoCo42/5007d7a7a7a870742e67b16363b3effb to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index 0b70516..3601575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,11 +28,11 @@ _pick() {
build() {
arch-meson $pkgbase build \
- -D split-usr=true \
+ -D split-usr=false \
-D smack=true \
-D acl=true \
-D pam=true \
- -D rootlibexecdir=/usr/lib
+ -D rootlibexecdir="/usr/lib/$pkgbase"
ninja -C build
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment