Skip to content

Commit cd53929

Browse files
committed
still trying to find right command
1 parent 8bde523 commit cd53929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flex-installer/releasecandidate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
<target name="svnadddmg" if="svn.dir.found">
259259
<exec executable="${svn}" dir="${dist.dev}/flex/installer" failonerror="false" >
260260
<arg value="add" />
261-
<arg value="${dist.dev}/flex/installer/${release.version}/rc${rc}/binaries/apache-flex-sdk-installer-${release.version}-bin.dmg*" />
261+
<arg value="${release.version}/rc${rc}/binaries/apache-flex-sdk-installer-${release.version}-bin.dmg*" />
262262
</exec>
263263
</target>
264264
<target name="svnaddexe" if="svn.dir.found">

0 commit comments

Comments
 (0)