OSDN Git Service

[disable] : Disabled remove rebuild file.
authorhayao <shun819.mail@gmail.com>
Tue, 23 Jun 2020 10:20:55 +0000 (19:20 +0900)
committerhayao <shun819.mail@gmail.com>
Tue, 23 Jun 2020 10:20:55 +0000 (19:20 +0900)
build.sh

index 019a940..60a4199 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -389,7 +389,7 @@ remove_work() {
     remove "${work_dir}/${arch}"
     remove "${work_dir}/packages.list"
     remove "${work_dir}/packages-full.list"
-    remove "${rebuildfile}"
+    #remove "${rebuildfile}"
     if [[ -z $(ls $(realpath "${work_dir}")/* 2>/dev/null) ]]; then
         remove ${work_dir}
     fi