diff options
-rwxr-xr-x | cron-jobs/make_repo_torrents | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/make_repo_torrents b/cron-jobs/make_repo_torrents index b5fed2c..767e182 100755 --- a/cron-jobs/make_repo_torrents +++ b/cron-jobs/make_repo_torrents @@ -46,7 +46,7 @@ find "${public_location}" -name 'os' -type 'd' | while read dir do # Find any packages - find "${dir}" -name '*.pkg.tar.xz' -print0 + find "${dir}" -regex '[^ ]+\.pkg\.tar\.xz' done > "${pkgfilelist}" while read pkg |