mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
fix(loopback-bind-127001): override src_get/src_unpack for source-less build step
This commit is contained in:
parent
8917b7ba3d
commit
81815f3695
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_get() { :; }
|
||||
src_unpack() {
|
||||
mkdir -p loopback-bind-127001
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue