legacy variable name substituted

This commit is contained in:
erdgeist 2006-05-16 10:50:48 +00:00
parent 26564f8758
commit 71bed9ab65

View File

@ -545,7 +545,7 @@ install)
rm -rf ${ezjail_jailtemp}
else
cd ${basejail_reldir}/${basejail_dir}/${pkg} || exerr "Could not cd to ${basejail_dir}."
cd ${ezjail_reldir}/${ezjail_dir}/${pkg} || exerr "Could not cd to ${ezjail_dir}."
set -- all
[ -f install.sh ] && yes | . install.sh
[ $? = 0 ] || exerr "Package install script for ${pkg} failed."