diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-09-26 17:18:42 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-09-26 17:18:42 -0500 |
commit | 4c88b9e238aac2c242a9bd7f0a75f95e88bdff80 (patch) | |
tree | 2e71ccc4ca50a3a2679c8ac121891d148b20abf0 | |
parent | 67cb9c3f9eb7a5c68dfd775366573a0eccfc0da0 (diff) |
Minor fix to db-sync-arm
-rwxr-xr-x | db-sync-arm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db-sync-arm b/db-sync-arm index 180869f..fc6a080 100755 --- a/db-sync-arm +++ b/db-sync-arm @@ -166,7 +166,7 @@ init() { done < "/tmp/${_repo}-${_arch}.pkgwhitelist" # Putting symlinks to "any" packages - ls "${FTP_BASE}/${_repo}/os/${_arch}/" | grep '\-any\.' \ + ls "${FTP_BASE}/${_repo}/os/i686/" | grep '\-any\.' \ > "/tmp/${_repo}-${_arch}-any.pkgwhitelist" while read _pkgfile; do |