mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Fix EXE_SH and BUILD_SCRIPT variables
This commit is contained in:
parent
7eb62a3990
commit
643bd5b716
1 changed files with 2 additions and 2 deletions
|
|
@ -248,12 +248,12 @@ BUILD_EXE += $(BUILD_EXE_BIN)
|
|||
INSTALLED_EXE += $(INSTALL_EXEDIR)/$(EXE) $(INSTALLED_EXE_BIN)
|
||||
|
||||
# -- SCRIPT
|
||||
EXE_SH += $(wildcard *.sh *.pl)
|
||||
EXE_SH += $(wildcard *.sh *.pl *.pm *.bat)
|
||||
EXE_SH += $(patsubst %.sh.tmpl,%.sh,$(wildcard *.sh.tmpl))
|
||||
|
||||
BUILD_SCRIPTDIR = $(TOPDIR)/bin
|
||||
INSTALL_SCRIPTDIR = $(EXE_PREFIX)/bin
|
||||
BUILD_SCRIPT += $(patsubst %.sh,$(BUILD_SCRIPTDIR)/%.sh,$(EXE_SH))
|
||||
BUILD_SCRIPT += $(addprefix $(BUILD_SCRIPTDIR)/,$(EXE_SH))
|
||||
INSTALLED_SCRIPT += $(addprefix $(INSTALL_EXEDIR)/,$(EXE_SH))
|
||||
|
||||
# -- INIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue