summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-09-25 22:25:41 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-09-26 15:48:26 -0400
commit54f9a08c6e7d812bed6b37e857c1766392220d80 (patch)
tree234b492464e4ce1654ed70bd7c0ebbbf15671807
parent8dfca42d6f8acd3fbb0719b46d2eb73fab5e93b6 (diff)
db-import-keyring: Fix
-rwxr-xr-xdb-import-keyring2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-import-keyring b/db-import-keyring
index 9273033..06c6336 100755
--- a/db-import-keyring
+++ b/db-import-keyring
@@ -85,7 +85,7 @@ main() {
msg2 "Updating: %s != %s" "$from_pkgver" "$to_pkgver"
filename=$(expac_file "${WORKDIR}/dbs/${upstream}/${tag}.db" '%f' "$pkgname")
mkdir -p -- "${WORKDIR}/staging/libre/"
- rsync --no-motd -mrtLH --no-p "${repo_rsync_dir}/${filename}" "${WORKDIR}/staging/libre/"
+ rsync --no-motd -mrtLH --no-p "${repo_rsync_dir}/${filename}"{,.sig} "${WORKDIR}/staging/libre/"
fi
done