Skip to content
Snippets Groups Projects
Commit 03302459 authored by Demian Katz's avatar Demian Katz
Browse files

Add support for custom paths in vufindurl property.

parent b1bd8fb1
No related merge requests found
......@@ -105,7 +105,8 @@
<exec command="chmod -R a+w ${srcdir}/local/cache" />
<!-- Generate basic configuration -->
<exec command="php ${srcdir}/install.php --use-defaults" />
<php expression="end(explode('/', '${vufindurl}'))" returnProperty="basepath" />
<exec command="php ${srcdir}/install.php --basepath=/${basepath} --non-interactive" />
<!-- Activate Apache (if an apachectl path has been provided) -->
<if>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment