index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/update-pacman-dbs | 2 |
diff --git a/bin/update-pacman-dbs b/bin/update-pacman-dbs index 268b9da..ea601c9 100755 --- a/bin/update-pacman-dbs +++ b/bin/update-pacman-dbs @@ -4,6 +4,8 @@ base_dir=$( readlink -f "${0%/*}/.." ) +pacman -Syy + for arch in i486 i686; do pacman --config "${base_dir}/misc/pacman-${arch}.conf" -Syy |