fix install script

This commit is contained in:
2022-08-02 20:12:25 +02:00
parent 9911f58424
commit 89c9911be6

@ -27,7 +27,7 @@ if [ ! -z ${EIVE_OBSW_ROOT} ]; then
cd ${EIVE_OBSW_ROOT} cd ${EIVE_OBSW_ROOT}
obsw_root=$(pwd) obsw_root=$(pwd)
elif [ -d ${build_dir} ]; then elif [ -d ${build_dir} ]; then
obsw_root=${build_dir} obsw_root=$(pwd)
: :
elif [ -d ../${build_dir} ]; then elif [ -d ../${build_dir} ]; then
cd .. cd ..