aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Vilalta Prat2010-02-02 13:02:08 +0000
committerJordi Vilalta Prat2010-02-02 13:02:08 +0000
commit448ef35fe17645da52c10db7658fe39080359afe (patch)
treeae7975ad5f683413a989ee3c77bc3e5661f1fe33
parent0d464397a6651103d558b7014dff506c2be0a16f (diff)
downloadscummvm-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.common3
-rw-r--r--ports.mk2
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
diff --git a/ports.mk b/ports.mk
index 859bdddb89..699999c3c9 100644
--- a/ports.mk
+++ b/ports.mk
@@ -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: