OSDN Git Service

[fix] : temp file not work
authorhayao <shun819.mail@gmail.com>
Sun, 2 Aug 2020 04:33:53 +0000 (13:33 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 2 Aug 2020 04:33:53 +0000 (13:33 +0900)
fullbuild.sh

index 02e4066..8183b0c 100755 (executable)
@@ -176,7 +176,7 @@ build() {
             _msg_info "Build the ${lang} version of ${cha} on the ${arch} architecture."
             sudo bash ${script_path}/build.sh ${options}
         fi
-        touch "${work_dir}/fullbuild.${cha}_${arch}"
+        touch "${work_dir}/fullbuild.${cha}_${arch}_${lang}"
     fi
     sudo pacman -Sccc --noconfirm > /dev/null 2>&1
 }