Software / code / prosody
Changeset
10726:5d544b5e7d82
migrator: Don't create unused directory
I guess this contained the old per-store migrators
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 19 Apr 2020 01:17:48 +0200 |
| parents | 10725:ddc2607ec89e |
| children | 10727:fa2a89132dfb |
| files | tools/migration/Makefile |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/migration/Makefile Sun Apr 19 01:09:21 2020 +0200 +++ b/tools/migration/Makefile Sun Apr 19 01:17:48 2020 +0200 @@ -17,7 +17,6 @@ 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