mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(steps-guix): support explicit build dir for source-less seed packages
This commit is contained in:
parent
893a320f6f
commit
ea69ae93b8
5 changed files with 13 additions and 4 deletions
|
|
@ -4,6 +4,7 @@ src_get() { :; }
|
|||
src_unpack() { :; }
|
||||
src_prepare() { :; }
|
||||
src_configure() { :; }
|
||||
BUILD_DIRNAME=.
|
||||
|
||||
src_compile() {
|
||||
local stage dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue