[buildiso/buildpkg] simplify chroots and sets dir

This commit is contained in:
udeved 2015-05-21 22:43:33 +02:00 committed by Ramon Buldó
parent 2b66889dff
commit 26989eb6df
2 changed files with 6 additions and 0 deletions

View file

@ -180,6 +180,9 @@ if [[ "$arch" == 'x86_64' ]]; then
pacman_conf_arch='multilib'
fi
chroots_iso="${chroots_dir}/buildiso"
sets_dir_iso="${sets_dir}/iso"
cache_dir_lng="${cache_dir}/lng/${arch}"
cache_dir_xorg="${cache_dir}/xorg/${arch}"
cache_dir_iso="${cache_dir}/iso"

View file

@ -149,6 +149,9 @@ while getopts "${opts}" arg; do
esac
done
chroots_pkg="${chroots_dir}/buildpkg"
sets_dir_pkg="${sets_dir}/pkg"
if [[ "${arch}" == 'multilib' ]]; then
pacman_conf_arch='multilib'
base_packages+=('multilib-devel')