Prep 6.0.10

This commit is contained in:
Luke D. Jones
2024-05-24 13:13:11 +12:00
parent 792fae3ed7
commit d203fab70d
5 changed files with 20 additions and 18 deletions

View File

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