Changeset 744


Ignore:
Timestamp:
May 3, 2008, 11:41:10 PM (16 years ago)
Author:
price
Message:
build-update: support prepatch script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/sbin/build-update

    r742 r744  
    116116
    117117[ "$found" = "yes" ] || die "error: Correct version not found."
     118[ -e "$patchdir/extra/prepatch.sh" ] && (. "$patchdir/extra/prepatch.sh" || die "error: prepatch failed")
     119
    118120[ -s "$patchdir/oldfiles.absent" ] && (xargs -n1 test ! -e <"$patchdir/oldfiles.absent" || die "error: Conflicting files exist." )
    119121[ -s "$patchdir/check.md5" ] && (md5sum -c "$patchdir/check.md5" || die "error: MD5 check failed.")
Note: See TracChangeset for help on using the changeset viewer.