Commit 4d7a47ca authored by David Smith's avatar David Smith Committed by david

Copy the correct files over so the prefpane will install properly

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6487 b35dd754-fafc-0310-a699-88a17e54d16e
parent 483fefbc
...@@ -1337,8 +1337,7 @@ ...@@ -1337,8 +1337,7 @@
<mkdir dir="${mac.dmg.dir}"/> <mkdir dir="${mac.dmg.dir}"/>
<mkdir dir="${mac.pkg.dir}/Library/PreferencePanes"/> <mkdir dir="${mac.pkg.dir}/Library/PreferencePanes"/>
<copy todir="${mac.pkg.dir}/Library/PreferencePanes"> <copy todir="${mac.pkg.dir}/Library/PreferencePanes">
<fileset dir="${basedir}/build/osx/wildfirePrefPane/build/Deployment/Wildfire.prefPane"> <fileset dir="${basedir}/build/osx/wildfirePrefPane/build/UninstalledProducts/"/>
</fileset>
</copy> </copy>
<chmod perm="ug+x"> <chmod perm="ug+x">
<fileset dir="${mac.pkg.dir}/usr/local/wildfire/bin"> <fileset dir="${mac.pkg.dir}/usr/local/wildfire/bin">
......
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