[CONFIGURATION]
* BUG: Fix installation of extra datas files git-svn-id: svn://localhost/gambas/trunk@3339 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
0f031c5741
commit
ccfa32566a
@ -20,7 +20,7 @@ install-data-hook:
|
||||
) \
|
||||
fi
|
||||
@if test -d data; then \
|
||||
@echo "Installing the $(COMPONENT) extra data files...";
|
||||
echo "Installing the $(COMPONENT) extra data files..."; \
|
||||
$(INSTALL) -d $(DESTDIR)$(gbdatadir)/$(COMPONENT); \
|
||||
$(INSTALL) data/* $(DESTDIR)$(gbdatadir)/$(COMPONENT); \
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user