index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-10-22 00:53:54 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-10-22 00:53:54 -0300 |
commit | 18d7493530819aec50164d1c306beae40e6b9513 (patch) | |
tree | 836e994c6d8c75d6ad9a3702f62d34380708ccb7 /configs/releng/build.sh | |
parent | 9c22cf9450d68422ff39381eec9b7272bbbcc3a1 (diff) |
-rwxr-xr-x | configs/releng/build.sh | 2 |
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 3f6df8d..cdbbfa0 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -128,7 +128,7 @@ make_core_repo() { _pkgs=$(comm -2 -3 <(pacman -Sql core | sort | sed 's@^@core/@') \ <(grep -v ^# ${script_path}/core.exclude.${arch} | sort | sed 's@^@core/@')) _urls=$(pacman -Sddp ${_pkgs}) - pacman -Swdd --noconfirm ${_pkgs} + pacman -Swdd --noprogressbar --noconfirm ${_pkgs} for _url in ${_urls}; do _pkg_name=${_url##*/} _cached_pkg=/var/cache/pacman/pkg/${_pkg_name} |