diff --git a/build.xml b/build.xml index 5fb120c36022ed942be3babb02780611f8512e7d..1d1af20c9f205161390b8bde1dd85bcc1ffcc383 100644 --- a/build.xml +++ b/build.xml @@ -239,7 +239,7 @@ <!-- Prepare VuFind for distribution --> <target name="package" description="build VuFind packages for distribution"> <!-- make sure the work area is empty, then rebuild it --> - <delete dir="${builddir}/packages" includeemptydirs="true" failonerror="true" /> + <delete dir="${builddir}/packages" includeemptydirs="true" failonerror="false" /> <mkdir dir="${builddir}/packages" /> <!-- build the standard tar.gz archive -->