Changeset 1244


Ignore:
Timestamp:
21/04/09 12:29:26 (3 years ago)
Author:
Freddie Akeroyd
Message:

Correct bug in pax root. Refs #175.

Location:
trunk/macosx_install_kit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx_install_kit/ReadMe.txt

    r1243 r1244  
    33This package provides libraries for interacting with NeXus files, with bindings for C, C++, Fortran, Python, Java and IDL. 
    44 
     5For more information see http://www.nexusformat.org/ 
     6 
    57To begin the install, just double click on NeXus.pkg 
  • trunk/macosx_install_kit/bin/makepkg.sh

    r1243 r1244  
    163163# Build the archives and bill of materials 
    164164echo "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" 
    166166mkbom $ROOT "$target/Archive.bom" || err "Could not create bom" 
    167167 
Note: See TracChangeset for help on using the changeset viewer.