From 4c88b9e238aac2c242a9bd7f0a75f95e88bdff80 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 26 Sep 2015 17:18:42 -0500 Subject: Minor fix to db-sync-arm --- db-sync-arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3