summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2021-12-23 11:52:34 -0600
committerSam Burgos2021-12-23 11:52:34 -0600
commitd02e28292443ceba80b67583bac29b66a6f80892 (patch)
treeccbed59326bd6f2c6dfd5ac8dd630c2bcfcc9fcb
parentaeca3d8c8e855e3b65424bd69109e4847a27ef09 (diff)
downloadaur-d02e28292443ceba80b67583bac29b66a6f80892.tar.gz
edited build options in PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fe09877085a..9f34957b2f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,7 +56,7 @@ prepare() {
}
build() {
- arch-meson $pkgname build
+ arch-meson $_pkgname build
meson compile -C build
}