Overview
Comment: | Updated CACKey Mac OS X Template XML Files to change file mode |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5d16c0176e1be7e1f3544b4ec760e7f6 |
User & Date: | kvanals on 2010-08-02 16:04:40 |
Other Links: | manifest | tags |
Context
2010-08-02
| ||
16:05 | CACKey 0.5.19 check-in: 25c710f288 user: rkeene tags: 0.5.19, trunk | |
16:04 | Updated CACKey Mac OS X Template XML Files to change file mode check-in: 5d16c0176e user: kvanals tags: trunk | |
05:04 | Updated CACKey Mac OS X Build to support postinstall scripts check-in: 3e27b1140f user: kvanals tags: trunk | |
Changes
Modified build/cackey_osx_build/Template_pmbuild/01libcackey-contents.xml.in from [618a746013] to [59efe7cdd1].
1 2 3 4 5 6 | <pkg-contents spec="1.12"> <f n="libcackey.dylib" o="root" g="admin" p="33261" pt="@@BUILDROOTDIR@@/macbuild/@@OSXVERSION@@/libcackey.dylib" m="false" t="file"> <mod>owner</mod> <mod>group</mod> </f> </pkg-contents> | > | 1 2 3 4 5 6 7 | <pkg-contents spec="1.12"> <f n="libcackey.dylib" o="root" g="admin" p="33261" pt="@@BUILDROOTDIR@@/macbuild/@@OSXVERSION@@/libcackey.dylib" m="false" t="file"> <mod>owner</mod> <mod>mode</mod> <mod>group</mod> </f> </pkg-contents> |
Modified build/cackey_osx_build/Template_pmbuild/02libcackey-contents.xml.in from [554e76793a] to [f9eb390617].
1 2 3 4 5 6 | <pkg-contents spec="1.12"> <f n="libcackey_g.dylib" o="root" g="admin" p="33261" pt="@@BUILDROOTDIR@@/macbuild/@@OSXVERSION@@/libcackey_g.dylib" m="false" t="file"> <mod>owner</mod> <mod>group</mod> </f> </pkg-contents> | > | 1 2 3 4 5 6 7 | <pkg-contents spec="1.12"> <f n="libcackey_g.dylib" o="root" g="admin" p="33261" pt="@@BUILDROOTDIR@@/macbuild/@@OSXVERSION@@/libcackey_g.dylib" m="false" t="file"> <mod>owner</mod> <mod>mode</mod> <mod>group</mod> </f> </pkg-contents> |