remove getdest function, not needed DESTDIR is always set

This commit is contained in:
Tobias Powalowski 2022-03-22 08:37:05 +01:00
parent a761baf506
commit bfecc8cd1f

View file

@ -156,9 +156,6 @@ run_pacman(){
#
install_packages() {
destdir_mounts || return 1
if [[ "${S_MKFS}" != "1" && "${S_MKFSAUTO}" != "1" ]]; then
getdest
fi
if [[ "${S_SRC}" = "0" ]]; then
select_source || return 1
fi