This commit is contained in:
fosslinux 2022-10-05 20:31:04 +11:00
parent 60de56cbe6
commit 667370a726
3 changed files with 4 additions and 2 deletions

View file

@ -125,4 +125,5 @@ cd "/"
if [ -e after.sh ]; then
FILE=after.sh
fi
exec env -i PATH="${PATH}" PREFIX="${PREFIX}" SOURCES="${SOURCES}" DESTDIR="${DESTDIR}" DISTFILES="${DISTFILES}" bash ${FILE}
exec env -i PATH="${PATH}" PREFIX="${PREFIX}" SOURCES="${SOURCES}" DESTDIR="${DESTDIR}" DISTFILES="${DISTFILES}" HOME="${HOME}" bash ${FILE}