Changeset 1244
- Timestamp:
- 21/04/09 12:29:26 (3 years ago)
- Location:
- trunk/macosx_install_kit
- Files:
-
- 2 edited
-
ReadMe.txt (modified) (1 diff)
-
bin/makepkg.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx_install_kit/ReadMe.txt
r1243 r1244 3 3 This package provides libraries for interacting with NeXus files, with bindings for C, C++, Fortran, Python, Java and IDL. 4 4 5 For more information see http://www.nexusformat.org/ 6 5 7 To begin the install, just double click on NeXus.pkg -
trunk/macosx_install_kit/bin/makepkg.sh
r1243 r1244 163 163 # Build the archives and bill of materials 164 164 echo "building archives" 165 pax -w $ROOT | gzip -9 -c > "$target/Archive.pax.gz"|| err "Could not create pax"165 ( cd $ROOT; pax -w . | gzip -9 -c ) > "$target/Archive.pax.gz" || err "Could not create pax" 166 166 mkbom $ROOT "$target/Archive.bom" || err "Could not create bom" 167 167
Note: See TracChangeset
for help on using the changeset viewer.
