From b73aff3a91680e24346860f40ea55437b5eaf83b Mon Sep 17 00:00:00 2001 From: zhangsz Date: Sat, 21 Jun 2025 12:06:44 +0800 Subject: [PATCH] fix: build --- bin/makepkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makepkg.sh b/bin/makepkg.sh index e049b17..4d343dd 100755 --- a/bin/makepkg.sh +++ b/bin/makepkg.sh @@ -42,7 +42,7 @@ fi # Use a new parameter list set -- "${new_args[@]}" -rootdir=${HOME}/omc.git +rootdir=${HOME}/psap.git m_arg="*" while getopts "m:r:c:d" option; do case $option in