summaryrefslogtreecommitdiff
path: root/archPackagesUpdate
diff options
context:
space:
mode:
Diffstat (limited to 'archPackagesUpdate')
-rwxr-xr-xarchPackagesUpdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate
index fd4498ce..3f362cc2 100755
--- a/archPackagesUpdate
+++ b/archPackagesUpdate
@@ -661,7 +661,7 @@ else
# a modified official package
offVer="$( \
- ssh paule@jeti100 'find '"${pkgDirBase}"' -type f -name "'"${paket}"'-*.pkg.tar.xz" -exec basename "{}" \; ' | \
+ ssh paule@jeti100 'find '"${pkgDirBase}"' \( -type d -name armv6h -prune -false \) -o -type f -name "'"${paket}"'-*.pkg.tar.xz" -exec basename "{}" \; ' | \
sort -V | \
tail -n1 \
)"