diff options
author | Kim Alvefur <zash@zash.se> | 2015-02-21 10:34:56 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-02-21 10:34:56 +0100 |
commit | 71cee64f08c1c0f36a0c073894192b3ede52dfcb (patch) | |
tree | bca3c04192429bf6272572d8178b1588c3d7477d /tools | |
parent | 7c0ead1c91558b669c73affb1e7ef92900c92444 (diff) | |
parent | 1c33e777ecf981e5982804317b543510de318eb3 (diff) | |
download | prosody-71cee64f08c1c0f36a0c073894192b3ede52dfcb.tar.gz prosody-71cee64f08c1c0f36a0c073894192b3ede52dfcb.zip |
Merge 0.9->0.10
Diffstat (limited to 'tools')
-rw-r--r-- | tools/migration/Makefile | 6 |
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 |