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

moved resources elsewhere

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4287 b35dd754-fafc-0310-a699-88a17e54d16e
parent c6c4d0d5
......@@ -1203,8 +1203,6 @@
<exclude name="**/redhat-postinstall.sh"/>
</fileset>
</copy>
<mkdir dir="${mac.pkg.dir}/Install_resources"/>
<copy file="${basedir}/build/osx/postinstall" todir="${mac.pkg.dir}/Install_resources"/>
<mkdir dir="${mac.pkg.dir}/System/Library/LaunchDaemons"/>
<copy file="${basedir}/build/osx/org.jivesoftware.wildfire.plist" todir="${mac.pkg.dir}/System/Library/LaunchDaemons"/>
<mkdir dir="${mac.dmg.dir}"/>
......@@ -1216,6 +1214,9 @@
<include name="wildfire.sh"/>
<include name="extra/launchd-wrapper.sh"/>
</fileset>
<fileset dir="${basedir}/build/osx/resources">
<include name="postinstall"/>
</fileset>
</chmod>
</target>
......
#!/bin/sh
/bin/launchctl load /Library/LaunchDaemons
/bin/launchctl start com.jivesoftware.wildfire
\ No newline at end of file
/bin/launchctl start org.jivesoftware.wildfire
\ No newline at end of file
#!/bin/sh
launchctl stop org.jivesoftware.wildfire stop
launchctl load /System/Library/LaunchDaemons
launchctl start org.jivesoftware.wildfire start
\ No newline at end of file
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