Changeset

11138:2a19d61f4ae4

util.startup: Re-enable installer path setup
author Kim Alvefur <zash@zash.se>
date Mon, 05 Oct 2020 21:45:02 +0200
parents 11137:e6c4975a9017
children 11139:2187643b8e20
files util/startup.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/util/startup.lua	Mon Oct 05 21:43:47 2020 +0200
+++ b/util/startup.lua	Mon Oct 05 21:45:02 2020 +0200
@@ -583,7 +583,7 @@
 	startup.init_gc();
 	startup.init_errors();
 	startup.setup_plugindir();
-	-- startup.setup_plugin_install_path();
+	startup.setup_plugin_install_path();
 	startup.setup_datadir();
 	startup.chdir();
 	startup.read_version();
@@ -612,7 +612,7 @@
 	startup.check_dependencies();
 	startup.load_libraries();
 	startup.setup_plugindir();
-	-- startup.setup_plugin_install_path();
+	startup.setup_plugin_install_path();
 	startup.setup_datadir();
 	startup.chdir();
 	startup.add_global_prosody_functions();