aboutsummaryrefslogtreecommitdiffstats
path: root/tools/migration/Makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2020-04-19 01:17:48 +0200
committerKim Alvefur <zash@zash.se>2020-04-19 01:17:48 +0200
commit25685a3d1bf426a1f93fffaaf3d847b7e68bc9e9 (patch)
treef89e69d4f1a251e8785bf8cbac5b128cd9f6c32d /tools/migration/Makefile
parent8dceed3e9e3dda2a11e16ab8cf200d97561857d2 (diff)
downloadprosody-25685a3d1bf426a1f93fffaaf3d847b7e68bc9e9.tar.gz
prosody-25685a3d1bf426a1f93fffaaf3d847b7e68bc9e9.zip
migrator: Don't create unused directory
I guess this contained the old per-store migrators
Diffstat (limited to 'tools/migration/Makefile')
-rw-r--r--tools/migration/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/migration/Makefile b/tools/migration/Makefile
index 4d916a9f..fce0f7d9 100644
--- a/tools/migration/Makefile
+++ b/tools/migration/Makefile
@@ -17,7 +17,6 @@ all: prosody-migrator.install migrator.cfg.lua.install prosody-migrator.lua
install: prosody-migrator.install migrator.cfg.lua.install
install -d $(BIN) $(CONFIG) $(SOURCE)
install -d $(MAN)/man1
- install -d $(SOURCE)/migrator
install -m755 ./prosody-migrator.install $(BIN)/prosody-migrator
test -e $(CONFIG)/migrator.cfg.lua || install -m644 migrator.cfg.lua.install $(CONFIG)/migrator.cfg.lua