mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 13:47:39 +01:00
smart-selection.mk: Add sh to shell scripts
This commit is contained in:
parent
37fbec1536
commit
cde53b4c6b
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
# === variable definitions
|
# === variable definitions
|
||||||
MOD_SCRIPT_DIR = $(MODDIR)/devutil/scripts
|
MOD_SCRIPT_DIR = $(MODDIR)/devutil/scripts
|
||||||
GET_OS_SH = $(MOD_SCRIPT_DIR)/get_os.sh
|
GET_OS_SH = sh $(MOD_SCRIPT_DIR)/get_os.sh
|
||||||
GENERATE_SELECTION = $(MOD_SCRIPT_DIR)/generate_selection.sh
|
GENERATE_SELECTION = sh $(MOD_SCRIPT_DIR)/generate_selection.sh
|
||||||
UPLOAD_SH = $(MOD_SCRIPT_DIR)/upload.sh
|
UPLOAD_SH = sh $(MOD_SCRIPT_DIR)/upload.sh
|
||||||
|
|
||||||
DISTRIBUTOR = $(shell $(GET_OS_SH) | cut -d- -f1)
|
DISTRIBUTOR = $(shell $(GET_OS_SH) | cut -d- -f1)
|
||||||
DISTRO_RELEASE = $(shell $(GET_OS_SH) | cut -d- -f2-)
|
DISTRO_RELEASE = $(shell $(GET_OS_SH) | cut -d- -f2-)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue