commit: b1e3da4e46647da41a18ea30b44dcdd41fc183cc
parent 7f967fe2dcd3adc5367759becbb363f0497e09d3
Author: fosslinux <fosslinux@aussies.space>
Date: Wed, 24 Jan 2024 14:35:34 +1100
Move where DESTDIR is made
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/steps/helpers.sh b/steps/helpers.sh
@@ -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}"