CI pipe fix

This commit is contained in:
Luke
2021-02-07 00:28:27 +13:00
parent 50756046cf
commit eb173fc9dc
4 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
VERSION := $(shell grep -Pm1 'version = "(\d.\d.\d)"' asus-nb-ctrl/Cargo.toml | cut -d'"' -f2)
VERSION := $(shell grep -Pm1 'version = "(\d.\d.\d)"' daemon/Cargo.toml | cut -d'"' -f2)
INSTALL = install
INSTALL_PROGRAM = ${INSTALL} -D -m 0755