diff options
author | Kim Alvefur <zash@zash.se> | 2020-04-19 01:17:48 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-04-19 01:17:48 +0200 |
commit | 25685a3d1bf426a1f93fffaaf3d847b7e68bc9e9 (patch) | |
tree | f89e69d4f1a251e8785bf8cbac5b128cd9f6c32d | |
parent | 8dceed3e9e3dda2a11e16ab8cf200d97561857d2 (diff) | |
download | prosody-25685a3d1bf426a1f93fffaaf3d847b7e68bc9e9.tar.gz prosody-25685a3d1bf426a1f93fffaaf3d847b7e68bc9e9.zip |
migrator: Don't create unused directory
I guess this contained the old per-store migrators
-rw-r--r-- | tools/migration/Makefile | 1 |
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 |