Changeset 448 for locker/update-system/bin/build-update
- Timestamp:
- Oct 6, 2007, 12:14:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/update-system/bin/build-update
r447 r448 92 92 xargs -n1 test ! -e <"$patchdir/oldfiles.absent" || die "error: Conflicting files exist." 93 93 md5sum -c "$patchdir/check.md5" || die "error: MD5 check failed." 94 patch -stN --dry-run --no-backup-if-mismatch -p2 <"$patchdir/update.diff" || d ue "error: Patch dry run failed."94 patch -stN --dry-run --no-backup-if-mismatch -p2 <"$patchdir/update.diff" || die "error: Patch dry run failed." 95 95 96 96 echo "[$PWD] dry run OK, applying update"
Note: See TracChangeset
for help on using the changeset viewer.