[buildpkg/buildiso] move sets and chroots dir temp. back to util

This commit is contained in:
udeved 2015-05-21 23:22:26 +02:00 committed by Ramon Buldó
parent 77f9f1a76e
commit 2a44833fa6
2 changed files with 0 additions and 6 deletions

View file

@ -180,9 +180,6 @@ 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,9 +149,6 @@ 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')