mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
Take version from VERSION
Preparation for pip Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
4a0c096331
commit
bc23a8c122
1
Makefile
1
Makefile
@ -5,6 +5,7 @@ SYSCONFDIR ?= /etc
|
||||
all: gpio-wait
|
||||
sed -i -r -e "s@(^SYSCONFDIR = ').*('$$)@\1$(SYSCONFDIR)\2@" doorlockd
|
||||
sed -i -r -e "s@(^PREFIX = ').*('$$)@\1$(PREFIX)\2@" doorlockd
|
||||
sed -i -r -e "s@(^__version__ = ').*('$$)@\1$(shell cat VERSION)\2@" doorlockd
|
||||
|
||||
gpio-wait: gpio-wait.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user