Overview
Comment: | Fixed formatting typo in CACKey OSX build script |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e3c1df13767f95990d3b9ff9a13cc761 |
User & Date: | kvanals on 2010-07-26 05:13:49 |
Other Links: | manifest | tags |
Context
2010-07-27
| ||
00:05 | Updated platforms check-in: 84b477088d user: rkeene tags: trunk | |
2010-07-26
| ||
05:13 | Fixed formatting typo in CACKey OSX build script check-in: e3c1df1376 user: kvanals tags: trunk | |
05:08 | Adding tested CACKey OSX Package Build template files check-in: d8c192e92a user: kvanals tags: trunk | |
Changes
Modified build/cackey_osx_build/build_osx.sh from [ee098bd5fc] to [7a60e7702d].
︙ | |||
177 178 179 180 181 182 183 | 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 | - + | cat build/cackey_osx_build/${OSX}_pmbuild.pmdoc/index.xml | grep -v -i require > build/cackey_osx_build/${OSX}_pmbuild.pmdoc/index.xml.new mv build/cackey_osx_build/${OSX}_pmbuild.pmdoc/index.xml.new build/cackey_osx_build/${OSX}_pmbuild.pmdoc/index.xml else EXT=pkg fi if [ ${OSX} == "Snowleopard" ]; then cat build/cackey_osx_build/${OSX}_pmbuild.pmdoc/index.xml | sed 's|for Mac OS X Snowleopard|for Mac OS X SnowLeopard|g' > build/cackey_osx_build/${OSX}_pmbuild.pmdoc/index.xml.new |
︙ |