fix(steps-guix): make seed packaging scripts create their own build dirs in src_unpack

This commit is contained in:
vxtls 2026-03-04 16:37:57 -05:00
parent ea69ae93b8
commit 4f0f50366b
5 changed files with 13 additions and 16 deletions

View file

@ -1,10 +1,11 @@
# SPDX-License-Identifier: GPL-3.0-or-later
src_get() { :; }
src_unpack() { :; }
src_unpack() {
mkdir -p static-binaries-0-i686-linux
}
src_prepare() { :; }
src_configure() { :; }
BUILD_DIRNAME=.
src_compile() {
local stage dist