diff --git a/build.xml b/build.xml index 9813584d1fd370a965e0e169ee761f5b89a85970..50bf9d7c19c668a06f4bc0ed879bf70657783187 100644 --- a/build.xml +++ b/build.xml @@ -112,7 +112,8 @@ <if> <istrue value="${apachectl}" /> <then> - <copy file="${srcdir}/local/httpd-vufind.conf" tofile="${apacheconfdir}/vufindtest.conf" /> + <!-- <copy file="${srcdir}/local/httpd-vufind.conf" tofile="${apacheconfdir}/vufindtest.conf" /> --> + <exec command="cp ${srcdir}/local/httpd-vufind.conf ${apacheconfdir}/vufindtest.conf" /> <exec command="${apachectl} restart" /> </then> </if>