mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iop: generate_tarballs script fix
This commit is contained in:
parent
c1dbba3545
commit
ed23fc33b4
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ build_endptmngr_consumer() {
|
|||
}
|
||||
|
||||
build_wifilife_consumer() {
|
||||
local target="$"
|
||||
local target="$1"
|
||||
local ver commit
|
||||
ver=$(grep -w "PKG_VERSION:" ./feeds/iopsys/wifilife/Makefile | cut -d'=' -f2)
|
||||
commit=$(grep -w "PKG_SOURCE_VERSION:" ./feeds/iopsys/wifilife/Makefile | cut -d'=' -f2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue