aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/apkg b/apkg
index fb5ab2e..e7d7f93 100755
--- a/apkg
+++ b/apkg
@@ -87,7 +87,7 @@ ret() {
detect_buildtype() {
if [ -f meson.build ]; then
- build_type=meson_build
+ build_type=muon_build
elif [ -f configure ]; then
build_type=configure_build
elif [ -f CMakeLists.txt ]; then