Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/build-packages b/bin/build-packages
index f9348a7..00f5270 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -941,7 +941,10 @@ while [ "${count}" -ne 0 ] && \
\) \
-printf '%f\n'
) || \
- tar -cf 'package.tar' -T /dev/null
+ {
+ find "${tar_content_dir}/" -maxdepth 1 >&2
+ tar -cf 'package.tar' -T /dev/null
+ }
if ${upload_to_build_master}; then
# shellcheck disable=SC2046
rsync $(