Avoid include subdirs on install cmdline.
This commit is contained in:
parent
0a723fdb3d
commit
3334082abf
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ define INSTALL_recipe
|
||||||
|
|
||||||
$(if $(prefix),,$(error variable `prefix' must be set))
|
$(if $(prefix),,$(error variable `prefix' must be set))
|
||||||
$(INSTALL) -d $(subst ..,$(DESTDIR)$(datadir),$(dir))
|
$(INSTALL) -d $(subst ..,$(DESTDIR)$(datadir),$(dir))
|
||||||
$(INSTALL) -m644 $(dir)/* $(subst ..,$(DESTDIR)$(datadir),$(dir))
|
$(INSTALL) -m644 $(dir)/*.* $(subst ..,$(DESTDIR)$(datadir),$(dir))
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue