Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update2
1 files changed, 1 insertions, 1 deletions
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}"