OSDN Git Service

[fix] : Fixed makepkg option
authorhayao <shun819.mail@gmail.com>
Sun, 20 Dec 2020 05:08:18 +0000 (14:08 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 20 Dec 2020 05:08:18 +0000 (14:08 +0900)
wfa

diff --git a/wfa b/wfa
index c5741e9..03544ef 100755 (executable)
--- a/wfa
+++ b/wfa
@@ -711,7 +711,7 @@ install_aur_package() {
 
 
     # ビルド
-    add_args "${makepkg_command}" "-sf"
+    add_args "makepkg" "-sf"
     (
         cd "${_build_dir}"
         "${makepkg_command}" "${makepkg_args}"