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

@ -35,7 +35,7 @@ fi
####################
# prints the help info
help_cmd() {
info "MatterLinux pool build script"
info "MatterLinux pool build script (mtsc ${MTSC_VERSION})" # sourced from mtsc-common
info "Usage: ${0} <options> [pool directory] <packages>"
info "Options:"
echo_color " $BOLD--skip-fail$RESET: skip if a package build fails"