Commit d9dd04ca77925a5ba5eef9a632ebe8aa828fa466
1 parent
14d73e27
Exists in
master
and in
5 other branches
Criando diretorio de plugins
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Makefile.in
... | ... | @@ -274,6 +274,7 @@ install-app: $(BINDIR)/Release/$(PACKAGE_TARNAME)$(EXEEXT) install-locale |
274 | 274 | @$(INSTALL_DATA) ui/*.xml $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/ui |
275 | 275 | |
276 | 276 | install-plugins: $(foreach PLUGIN, $(PLUGINS), $(BINDIR)/Release/plugins/$(PLUGIN)@DLLEXT@) |
277 | + @$(MKDIR) $(DESTDIR)$(libdir)/$(PACKAGE_NAME)-plugins | |
277 | 278 | @echo -e $(foreach PLUGIN, $(PLUGINS), $(MAKE) DESTDIR=$(DESTDIR) $(PLUGIN_RELEASE_ARGS) -C src/plugins/$(PLUGIN) install\\n ) | $(SHELL) |
278 | 279 | |
279 | 280 | install-lib: $(BINDIR)/Release@DLLDIR@/@DLLPREFIX@3270@DLLEXT@ | ... | ... |