mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
fix(steps-guix): make seed packaging scripts create their own build dirs in src_unpack
This commit is contained in:
parent
ea69ae93b8
commit
4f0f50366b
5 changed files with 13 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue