Changeset 744 for locker/sbin
- Timestamp:
- May 3, 2008, 11:41:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/sbin/build-update
r742 r744 116 116 117 117 [ "$found" = "yes" ] || die "error: Correct version not found." 118 [ -e "$patchdir/extra/prepatch.sh" ] && (. "$patchdir/extra/prepatch.sh" || die "error: prepatch failed") 119 118 120 [ -s "$patchdir/oldfiles.absent" ] && (xargs -n1 test ! -e <"$patchdir/oldfiles.absent" || die "error: Conflicting files exist." ) 119 121 [ -s "$patchdir/check.md5" ] && (md5sum -c "$patchdir/check.md5" || die "error: MD5 check failed.")
Note: See TracChangeset
for help on using the changeset viewer.