summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdb-sync-arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-sync-arm b/db-sync-arm
index 8bc55ce..9653d00 100755
--- a/db-sync-arm
+++ b/db-sync-arm
@@ -159,7 +159,7 @@ init() {
# Modify whitelist to search "any" packages and create symlinks
sed -i "s/^/\^/g" "/tmp/${_repo}-${_arch}.whitelist"
- sed -i "s/-i686./-any./g" "/tmp/${_repo}-${_arch}.whitelist"
+ sed -i "s/-${_arch}./-any./g" "/tmp/${_repo}-${_arch}.whitelist"
# Putting symlinks to "any" packages
ls "${FTP_BASE}/${PKGPOOLARM}/" | grep '\-any\.' \