aboutsummaryrefslogtreecommitdiffstats
path: root/tools/migration/Makefile
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2015-02-24 15:22:34 +0000
committerMatthew Wild <mwild1@gmail.com>2015-02-24 15:22:34 +0000
commitf7786f4031dad5dd2daaf92c7c099448334d892d (patch)
treebd901b2855478c2157ca69f3a143650499ffe8ea /tools/migration/Makefile
parentab47a2b002478a36645de1ebfbbbad5815aae08b (diff)
parentf9b9268e61a9dd98c9a438ad4ea2c6e6d92128d9 (diff)
downloadprosody-f7786f4031dad5dd2daaf92c7c099448334d892d.tar.gz
prosody-f7786f4031dad5dd2daaf92c7c099448334d892d.zip
Merge 0.10->trunk
Diffstat (limited to 'tools/migration/Makefile')
-rw-r--r--tools/migration/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/migration/Makefile b/tools/migration/Makefile
index ae402bd2..713831d2 100644
--- a/tools/migration/Makefile
+++ b/tools/migration/Makefile
@@ -3,13 +3,13 @@ include ../../config.unix
BIN = $(DESTDIR)$(PREFIX)/bin
CONFIG = $(DESTDIR)$(SYSCONFDIR)
-SOURCE = $(DESTDIR)$(PREFIX)/lib/prosody
+SOURCE = $(DESTDIR)$(LIBDIR)/prosody
DATA = $(DESTDIR)$(DATADIR)
MAN = $(DESTDIR)$(PREFIX)/share/man
-INSTALLEDSOURCE = $(PREFIX)/lib/prosody
+INSTALLEDSOURCE = $(LIBDIR)/prosody
INSTALLEDCONFIG = $(SYSCONFDIR)
-INSTALLEDMODULES = $(PREFIX)/lib/prosody/modules
+INSTALLEDMODULES = $(LIBDIR)/prosody/modules
INSTALLEDDATA = $(DATADIR)
SOURCE_FILES = migrator/*.lua