Changeset 12557 in hybrid


Ignore:
Timestamp:
Dec 11, 2013, 10:13:21 PM (11 years ago)
Author:
huub
Message:

pkg-create is nu pkg create

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-10/nanobsd/tools/package-build.sh

    r12218 r12557  
    127127  ${MAKE} package-links
    128128  PKGNAME=`${MAKE} extract-message | awk '{print $NF}'`
    129   pkg_create -b $PKGNAME ${NANO_PACKAGE_DIR}/${PKGNAME}.tbz || exit 1
     129  pkg create $PKGNAME ${NANO_PACKAGE_DIR}/${PKGNAME}.tbz || exit 1
    130130
    131131  p_info Checking dependencies
Note: See TracChangeset for help on using the changeset viewer.