Changeset 1244 for trunk/macosx_install_kit/bin/makepkg.sh
- Timestamp:
- 21/04/09 12:29:26 (3 years ago)
- File:
-
- 1 edited
-
trunk/macosx_install_kit/bin/makepkg.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
