new: MTSC_VERSION variable

This commit is contained in:
ngn
2024-08-18 21:49:31 +03:00
parent a9057cb874
commit e753a86325
10 changed files with 19 additions and 10 deletions

View File

@ -4,7 +4,7 @@ PREFIX = /usr
install:
@for s in $(SCRIPTS) ; do \
echo "installing script: $$s" ; \
install -m755 "scripts/$$s.sh" $(DESTDIR)/$(PREFIX)/bin/$$s ; \
install -Dm755 "scripts/$$s.sh" $(DESTDIR)/$(PREFIX)/bin/$$s ; \
done
uninstall:

View File

@ -83,7 +83,7 @@ check_hash() {
# prints the help info
help_cmd() {
info "MatterLinux package build script"
info "MatterLinux package build script (mtsc ${MTSC_VERSION})" # sourced from mtsc-common
info "Usage: ${0} <options> [package directory]"
info "Options:"
echo_color " $BOLD--no-depend$RESET: don't check depends"