index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2023-07-22 21:12:05 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-07-22 21:12:05 +0200 |
commit | eec5b77db79b51a2db567f95a66280f51c054692 (patch) | |
tree | 688d125ae91ec6b90af28ebdfa2d27d684bc2874 /bin | |
parent | 35a86a9f4ea28afa12fd8df8615bc6edbf47c118 (diff) |
-rwxr-xr-x | bin/db-update | 2 |
diff --git a/bin/db-update b/bin/db-update index dbbb53f..2d0f50e 100755 --- a/bin/db-update +++ b/bin/db-update @@ -736,7 +736,7 @@ mysql_query_update_replaced_bpir() { # and push our local *.db.tar.gz via rsync while read -r arch repo; do { - printf 'mkdir "%s/recompress_gz.tmp"\n' \ + printf 'mkdir -p "%s/recompress_gz.tmp"\n' \ "${perma_tmp_dir}" printf 'recompress_gz "%s/recompress_gz.tmp"' \ "${perma_tmp_dir}" |