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

Correct bug in pax root. Refs #175.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.