# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1601927102 -7200
# Node ID 2a19d61f4ae4efe5f7190185b55c359dce77e29e
# Parent  e6c4975a90173f7dba155f1ed514d7912b937519
util.startup: Re-enable installer path setup

diff -r e6c4975a9017 -r 2a19d61f4ae4 util/startup.lua
--- 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();