[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:
Laurent Carlier 2010-11-30 15:48:26 +00:00
parent 0f031c5741
commit ccfa32566a

View File

@ -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