summaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/hd/hdfview/remove-properties-timestamp.patch
blob: 8e3790487f2d0d3fad40adfe8a16afbfef14952d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/build.xml b/build.xml
index fcc4931..2afeb6c 100644
--- a/build.xml
+++ b/build.xml
@@ -345,6 +345,9 @@
             <entry key="HDF5_VERSION" value="${hdf5.version}"/>
             <entry key="HDFVIEW_VERSION" value="${app.version}"/>
         </propertyfile>
+        <exec executable="sed" failonerror="true">
+            <arg line="-i /#/d ${classes.dir}/hdf/versions.properties" />
+        </exec>
     </target>
 
     <target name="compile" depends="clean, create-property-file, compileobj, compilehdf4, compilefits, compilenc2, compilehdf5">