new: MTSC_VERSION variable
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
PREFIX = /usr
|
||||
|
||||
# set by mtsc Makefile
|
||||
VERSION = 0
|
||||
|
||||
install:
|
||||
install -m755 "common.sh" $(DESTDIR)/$(PREFIX)/lib/mtsc-common.sh
|
||||
install -Dm755 "common.sh" $(DESTDIR)/$(PREFIX)/lib/mtsc-common.sh
|
||||
sed 's/MTSC_VERSION_HOLDER/$(VERSION)/g' -i $(DESTDIR)/$(PREFIX)/lib/mtsc-common.sh
|
||||
|
||||
uninstall:
|
||||
rm $(DESTDIR)/$(PREFIX)/lib/mtsc-common.sh
|
||||
|
Reference in New Issue
Block a user