Tell, which sources are to be installed in src

This commit is contained in:
erdgeist 2006-02-24 20:14:47 +00:00
parent 8f46463b94
commit d9e25c24c1

View File

@ -84,10 +84,12 @@ release)
[ "${basejail_path}" = "NO" ] && exerr "Could not fetch ${pkg} from ${basejail_host}."
ftp "${basejail_host}:${basejail_path}/${basejail_arch}/${basejail_release}/${pkg}/*" && break
done
set -- all
[ -f install.sh ] && yes | . install.sh
rm -rf ${basejail_tmp}
else
cd ${basejail_reldir}/${basejail_dir}/${pkg} || exerr "Could not change to ${basejail_dir}."
set -- all
[ -f install.sh ] && yes | . install.sh
fi
done