Move where DESTDIR is made

This commit is contained in:
fosslinux 2024-01-24 14:35:34 +11:00
parent 7f967fe2dc
commit b1e3da4e46
1 changed files with 1 additions and 1 deletions

View File

@ -225,6 +225,7 @@ build() {
call $build_stage
echo "${pkg}: install to fakeroot."
mkdir -p "${DESTDIR}"
build_stage=src_install
call $build_stage
@ -241,7 +242,6 @@ build() {
echo "${pkg}: cleaning up."
rm -rf "${SRCDIR}/${pkg}/build"
rm -rf "${DESTDIR}"
mkdir -p "${DESTDIR}"
echo "${pkg}: installing package."
src_apply "${pkg}" "${revision}"