mirror of
https://github.com/Retropex/mempool-startos.git
synced 2025-05-21 09:32:32 +02:00
fix yq
This commit is contained in:
parent
de26a45cff
commit
c92d429238
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
PKG_ID := $(shell yq e ".id" manifest.yaml)
|
||||
PKG_VERSION := $(shell yq e ".version" manifest.yaml)
|
||||
PKG_ID := $(shell yq -e ".id" manifest.yaml)
|
||||
PKG_VERSION := $(shell yq -e ".version" manifest.yaml)
|
||||
TS_FILES := $(shell find ./ -name \*.ts)
|
||||
|
||||
# delete the target of a rule if it has changed and its recipe exits with a nonzero exit status
|
||||
|
Loading…
Reference in New Issue
Block a user