Author: ssteiner
Date: Wed Nov 16 13:46:34 2016
New Revision: 1769981

URL: http://svn.apache.org/viewvc?rev=1769981&view=rev
Log:
Fix release-dist target

Modified:
    xmlgraphics/fop-pdf-images/trunk/build.xml

Modified: xmlgraphics/fop-pdf-images/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/trunk/build.xml?rev=1769981&r1=1769980&r2=1769981&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/trunk/build.xml (original)
+++ xmlgraphics/fop-pdf-images/trunk/build.xml Wed Nov 16 13:46:34 2016
@@ -382,8 +382,8 @@
   </target>
 
   <target name="md5">
-    <property name="md5.exec" value="md5"/>
-    <property name="md5.options" value="-q"/>
+    <property name="md5.exec" value="md5sum"/>
+    <property name="md5.options" value=""/>
     <exec executable="${md5.exec}" output="${sign.archive}.md5">
       <arg line="${md5.options} ${sign.archive}"/>
     </exec>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to