diff options
| author | Jordi Vilalta Prat | 2010-02-02 13:02:08 +0000 |
|---|---|---|
| committer | Jordi Vilalta Prat | 2010-02-02 13:02:08 +0000 |
| commit | 448ef35fe17645da52c10db7658fe39080359afe (patch) | |
| tree | ae7975ad5f683413a989ee3c77bc3e5661f1fe33 | |
| parent | 0d464397a6651103d558b7014dff506c2be0a16f (diff) | |
| download | scummvm-rg350-448ef35fe17645da52c10db7658fe39080359afe.tar.gz scummvm-rg350-448ef35fe17645da52c10db7658fe39080359afe.tar.bz2 scummvm-rg350-448ef35fe17645da52c10db7658fe39080359afe.zip | |
Install the plugins from the current directory (the build one), not from the source directory
svn-id: r47812
| -rw-r--r-- | Makefile.common | 3 | ||||
| -rw-r--r-- | ports.mk | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common index 083d86d4cb..0e3f4d9a26 100644 --- a/Makefile.common +++ b/Makefile.common @@ -261,7 +261,4 @@ ifdef ENABLE_AGI DIST_FILES_ENGINEDATA+=$(srcdir)/dists/pred.dic endif -# Plugin files -DIST_FILES_PLUGINS:=$(addprefix $(srcdir)/,$(PLUGINS)) - .PHONY: all clean distclean plugins dist-src @@ -21,7 +21,7 @@ install: all $(INSTALL) -c -m 644 $(DIST_FILES_THEMES) $(DIST_FILES_ENGINEDATA) "$(DESTDIR)$(DATADIR)/scummvm/" ifdef DYNAMIC_MODULES $(INSTALL) -d "$(DESTDIR)$(LIBDIR)/scummvm/" - $(INSTALL) -c -s -m 644 $(DIST_FILES_PLUGINS) "$(DESTDIR)$(LIBDIR)/scummvm/" + $(INSTALL) -c -s -m 644 $(PLUGINS) "$(DESTDIR)$(LIBDIR)/scummvm/" endif uninstall: |
