New commits:
commit 3a2b5ad0e7b4b6e6204c08fda311fcc39c029386
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
MESON_FUNCTIONS: fixed meson_install BUILDER_OPTS, also made PREFIX truly
local
diff --git a/ChangeLog b/ChangeLog
index d68d518..40b8391 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-23 Pavel Vinogradov <public AT sourcemage.org>
+ * MESON_FUNCTIONS: modified default muon options to make it run at
least,
+ fixed meson_install by correcting variable scopes
+
2022-07-23 Vlad Glagolev <stealth AT sourcemage.org>
* devel/muon: new spell, meson implementation in C
* MESON_DEPENDS, MESON_FUNCTIONS: add muon support
diff --git a/MESON_FUNCTIONS b/MESON_FUNCTIONS
index 73a6adb..49ae192 100755
--- a/MESON_FUNCTIONS
+++ b/MESON_FUNCTIONS
@@ -1,8 +1,7 @@
# special functions for projects which use meson build system
-local PREFIX=${PREFIX:-/usr}
-
meson_build () {
+ local PREFIX=${PREFIX:-/usr}
local MESON_BUILD_TYPE="${MESON_BUILD_TYPE:-release}" &&