Commit 7add7043 authored by Andrew Wright's avatar Andrew Wright Committed by andrew

fixed mac-installer target

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6228 b35dd754-fafc-0310-a699-88a17e54d16e
parent afac13ca
...@@ -1291,15 +1291,15 @@ ...@@ -1291,15 +1291,15 @@
<delete file="${mac.dmg.file}"/> <delete file="${mac.dmg.file}"/>
</target> </target>
<target name="mac.prepare" depends="mac.delete,wildfire"> <target name="mac.prepare" > <!-- depends="mac.delete,wildfire"> -->
<unzip src="${basedir}/build/osx/template.dmg.zip" dest="${basedir}/build/osx/"/> <unzip src="${basedir}/build/osx/template.dmg.zip" dest="${basedir}/build/osx/"/>
<copy file="${mac.dmg.template}" tofile="${basedir}/tmp.dmg"/> <copy file="${mac.dmg.template}" tofile="${basedir}/tmp.dmg"/>
<mkdir dir="${mac.dmg.dir}"/> <mkdir dir="${mac.dmg.dir}/usr/local/wildfire"/>
<exec executable="hdiutil" failonerror="true"> <exec executable="hdiutil" failonerror="true">
<arg line="attach '${basedir}/tmp.dmg' -noautoopen -mountpoint '${mac.dmg.dir}'"/> <arg line="attach '${basedir}/tmp.dmg' -noautoopen -mountpoint '${mac.dmg.dir}'"/>
</exec> </exec>
<copy todir="${mac.pkg.dir}/usr/local/wildfire"> <copy todir="${mac.pkg.dir}/usr/local/wildfire">
<fileset dir="${work.dir}"> <fileset dir="${target.dir}/wildfire">
<exclude name="**/wildfired"/> <exclude name="**/wildfired"/>
<exclude name="**/embedded-db*"/> <exclude name="**/embedded-db*"/>
<exclude name="**/redhat-postinstall.sh"/> <exclude name="**/redhat-postinstall.sh"/>
......
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