new: MTSC_VERSION variable
This commit is contained in:
@ -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:
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user