mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 22:50:39 +01:00
rules.mk: Last commit broke exe installation
This commit is contained in:
parent
7519a9c022
commit
80b64e6ec1
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ $$(TOPDIR)/dir_install_$(1).done:
|
||||||
fi
|
fi
|
||||||
touch $$@
|
touch $$@
|
||||||
|
|
||||||
$$(INSTALL_$(1)DIR)/%: %
|
$$(INSTALL_$(1)DIR)/%: % $$(TOPDIR)/dir_install_$(1).done
|
||||||
$$(INSTALL) -o $$($(1)OWNER) -g $$($(1)GROUP) -m $$($(1)MODE) $$< $$@
|
$$(INSTALL) -o $$($(1)OWNER) -g $$($(1)GROUP) -m $$($(1)MODE) $$< $$@
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue