Commit 2d862f0f authored by Benjamin Sherman's avatar Benjamin Sherman Committed by benjamin

OF-384 - fix build issue with relocated packagemaker

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11789 b35dd754-fafc-0310-a699-88a17e54d16e
parent b8123276
......@@ -1755,7 +1755,7 @@
<replacefilter token="%COPYRIGHT%" value="${copyrightyear}"/>
</replace>
<copy todir="${target.osx}" file="${basedir}/build/osx/Description.plist"/>
<exec executable="/Developer/Tools/packagemaker">
<exec executable="/Developer/usr/bin/packagemaker">
<arg value="-build"/>
<arg value="-f"/>
<arg value="${mac.pkg.dir}"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment