Tell, which sources are to be installed in src
This commit is contained in:
parent
8f46463b94
commit
d9e25c24c1
@ -84,10 +84,12 @@ release)
|
|||||||
[ "${basejail_path}" = "NO" ] && exerr "Could not fetch ${pkg} from ${basejail_host}."
|
[ "${basejail_path}" = "NO" ] && exerr "Could not fetch ${pkg} from ${basejail_host}."
|
||||||
ftp "${basejail_host}:${basejail_path}/${basejail_arch}/${basejail_release}/${pkg}/*" && break
|
ftp "${basejail_host}:${basejail_path}/${basejail_arch}/${basejail_release}/${pkg}/*" && break
|
||||||
done
|
done
|
||||||
|
set -- all
|
||||||
[ -f install.sh ] && yes | . install.sh
|
[ -f install.sh ] && yes | . install.sh
|
||||||
rm -rf ${basejail_tmp}
|
rm -rf ${basejail_tmp}
|
||||||
else
|
else
|
||||||
cd ${basejail_reldir}/${basejail_dir}/${pkg} || exerr "Could not change to ${basejail_dir}."
|
cd ${basejail_reldir}/${basejail_dir}/${pkg} || exerr "Could not change to ${basejail_dir}."
|
||||||
|
set -- all
|
||||||
[ -f install.sh ] && yes | . install.sh
|
[ -f install.sh ] && yes | . install.sh
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user