mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
scripts.mk: Fix LOCAL_EXE_SH variable name
This commit is contained in:
parent
df71ceec59
commit
c48cf357d2
1 changed files with 2 additions and 2 deletions
|
|
@ -6,12 +6,12 @@
|
|||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
all.done: $(SCRIPTS) $(LOCAL_EXE_SH) $(BUILD_EXE_SH)
|
||||
all.done: $(SCRIPTS) $(BUILD_EXE_SH)
|
||||
clean:allclean localclean doneclean textclean
|
||||
install:$(INSTALLED_EXE_SH)
|
||||
|
||||
|
||||
HOME_BIN_EXE_SH = $(addprefix $(HOME)/bin/, $(notdir $(LOCAL_EXE_SH)))
|
||||
HOME_BIN_EXE_SH = $(addprefix $(HOME)/bin/, $(notdir $(EXE_SH)))
|
||||
$(HOME)/bin/%: %
|
||||
echo -e "#!/bin/sh\n. $(shell pwd)/$< $$"'@' > $@.tmp
|
||||
chmod 755 $@.tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue