Changeset 1052


Ignore:
Timestamp:
Apr 3, 2009, 1:34:03 AM (15 years ago)
Author:
quentin
Message:
Use gtar so Sun can play too
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/sbin/build-update

    r1051 r1052  
    135135patch -stN --no-backup-if-mismatch -p2 <"$patchdir/update.diff" || aiee "patch did not apply"
    136136xargs rm -f <"$patchdir/files.delete" || aiee "Failed to remove files"
    137 tar -xzf "$patchdir/newfiles.tar.gz" || aiee "Failed to extract new files"
     137/afs/athena.mit.edu/contrib/scripts/bin/gtar -xzf "$patchdir/newfiles.tar.gz" || aiee "Failed to extract new files"
    138138[ -e "$patchdir/extra/postpatch.sh" ] && . "$patchdir/extra/postpatch.sh"
    139139(
Note: See TracChangeset for help on using the changeset viewer.