Commit a0be8e64 authored by Andrew Wright's avatar Andrew Wright Committed by andrew

osx configuration

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4309 b35dd754-fafc-0310-a699-88a17e54d16e
parent ac1d0526
......@@ -1196,6 +1196,7 @@
</target>
<target name="mac.prepare" depends="mac.delete,jar">
<unzip src="${basedir}/build/osx/template.dmg.zip" dest="${basedir}/build/osx/" />
<copy file="${mac.dmg.template}" tofile="${basedir}/tmp.dmg" />
<mkdir dir="${mac.dmg.dir}" />
<exec executable="hdiutil" failonerror="true">
......
#!/bin/sh
# stop wildfire
/bin/launchctl stop org.jivesoftware.wildfire
# preserve these files, they should never be upgraded
cp /usr/local/wildfire/conf/wildfire.xml /tmp/
cp -r /usr/local/wildfire/resources/security /tmp/
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