Ignore:
Timestamp:
Aug 17, 2014, 11:00:13 PM (10 years ago)
Author:
rick
Message:

Let's start breaking pkg build and installs to play around. Since I kind of have to resort to a different path to avoid the official route of poudriere et al.

File:
1 edited

Legend:

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

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