diff --git a/packaging/linux/buildpackage.sh b/packaging/linux/buildpackage.sh index df5a2b79f8..10b51776f4 100755 --- a/packaging/linux/buildpackage.sh +++ b/packaging/linux/buildpackage.sh @@ -36,8 +36,6 @@ elif [[ ${TAG} == pkgtest* ]]; then SUFFIX="-pkgtest" fi -pushd "${TEMPLATE_ROOT}" > /dev/null - if [ ! -d "${OUTPUTDIR}" ]; then echo "Output directory '${OUTPUTDIR}' does not exist."; exit 1