mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
scripts.mk: Fix install-home-bin
This commit is contained in:
parent
eb0dd22785
commit
0f42458a2c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ install:$(INSTALLED_EXE_SH)
|
|||
|
||||
HOME_BIN_EXE_SH = $(addprefix $(HOME)/bin/, $(notdir $(LOCAL_EXE_SH)))
|
||||
$(HOME)/bin/%: %
|
||||
echo -e "#!/bin/sh\n$(shell pwd)/$< $$"'@' > $@.tmp
|
||||
echo -e "#!/bin/sh\nsh $(shell pwd)/$< $$"'@' > $@.tmp
|
||||
chmod 755 $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue