From b1e3da4e46647da41a18ea30b44dcdd41fc183cc Mon Sep 17 00:00:00 2001 From: fosslinux Date: Wed, 24 Jan 2024 14:35:34 +1100 Subject: [PATCH] Move where DESTDIR is made --- steps/helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/helpers.sh b/steps/helpers.sh index cf4785e..bcff41d 100755 --- 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}"