summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-packages b/bin/build-packages
index a1a0475..c7b5f85 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -445,7 +445,7 @@ while [ "${count}" -ne 0 ]; do
-name '*.pkg.tar.xz' | \
while read -r pkgfile; do
if printf '%s\n' "${pkgfile}" | \
- grep -vq '-any\.pkg\.tar\.xz$'; then
+ grep -vq -- '-any\.pkg\.tar\.xz$'; then
# we do not check "any" packages for linked libraries
# (why do they have them in the first place?)
mkdir "${package_content_dir}/${pkgfile##*/}"