Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/create-build-support-package
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-06-03 11:57:28 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-06-03 11:57:28 +0200
commit348ccba102bdcda923651ece405ccb29ae1af46f (patch)
tree6503b7ec81f2684dfcc55e91abcba7eeb4ca5e41 /bin/create-build-support-package
parentb8752770452ffea0bf1ce21a8f9bef186ba8fc12 (diff)
parenta2e2eed8f3d9b7b8a2b4149cba69063e6e8ab132 (diff)
Merge branch 'master' of ssh://git.archlinux32.org/builder
Diffstat (limited to 'bin/create-build-support-package')
-rwxr-xr-xbin/create-build-support-package2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/create-build-support-package b/bin/create-build-support-package
index 09374ec..43fb592 100755
--- a/bin/create-build-support-package
+++ b/bin/create-build-support-package
@@ -169,7 +169,7 @@ if [ -n "${source_package}" ]; then
fi
new_pkg="${pkg%-*-*-*}"
- new_pkg="${new_pkg}-shim${pkg#${new_pkg}}"
+ new_pkg="${new_pkg}-shim${pkg#"${new_pkg}"}"
failsafe_rsync \
"${master_mirror_rsync_directory}/pool/${pkg}" \