Changeset 10613 in hybrid for branches/releng-9.0/nanobsd/tools


Ignore:
Timestamp:
Apr 29, 2012, 6:36:08 PM (13 years ago)
Author:
rick
Message:

Fail badly if you have errors.

Location:
branches/releng-9.0/nanobsd/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/releng-9.0/nanobsd/tools/image

    r10612 r10613  
    157157
    158158    # HACK: install our own ports _inside_ the normal ports dir
    159     cp -fR $WL_PORTSDIR/* $PORTSDIR
     159    cp -fR $WL_PORTSDIR/* $PORTSDIR || exit 1
    160160
    161161    # Make sure portmaster is present to update all ports
  • TabularUnified branches/releng-9.0/nanobsd/tools/package-build.sh

    r10612 r10613  
    2222
    2323# HACK: install our own ports _inside_ the normal ports dir
    24 cp -fR $WL_PORTSDIR/* $PORTSDIR
     24cp -fR $WL_PORTSDIR/* $PORTSDIR || exit 1
    2525
    2626# Pre-req dependency fixing
Note: See TracChangeset for help on using the changeset viewer.