- Timestamp:
- Apr 3, 2009, 1:34:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/sbin/build-update
r1051 r1052 135 135 patch -stN --no-backup-if-mismatch -p2 <"$patchdir/update.diff" || aiee "patch did not apply" 136 136 xargs 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" 138 138 [ -e "$patchdir/extra/postpatch.sh" ] && . "$patchdir/extra/postpatch.sh" 139 139 (
Note: See TracChangeset
for help on using the changeset viewer.