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:
Diffstat (limited to 'bin/create-build-support-package')
-rwxr-xr-xbin/create-build-support-package6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/create-build-support-package b/bin/create-build-support-package
index 09374ec..d786dcc 100755
--- a/bin/create-build-support-package
+++ b/bin/create-build-support-package
@@ -7,6 +7,10 @@
# TODO: use the intention-queue
+# TODO: add the possibility to add an "external" package - TBD: How to
+# create / Where to take from database information (e.g.
+# package_sources).
+
# shellcheck disable=SC2016
usage() {
>&2 echo 'usage:'
@@ -169,7 +173,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}" \