Changeset 11066 in hybrid


Ignore:
Timestamp:
May 31, 2012, 10:26:15 PM (12 years ago)
Author:
rick
Message:

You will need the variables to make sure the package name get correctly printed, else it causes trying to package the wrong item.

Reported-by: huub

File:
1 edited

Legend:

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

    r10614 r11066  
    120120  fi
    121121  ${MAKE} package-links
    122   PKGNAME=`make extract-message | awk '{print $NF}'`
     122  PKGNAME=`${MAKE} extract-message | awk '{print $NF}'`
    123123  pkg_create -b $PKGNAME ${NANO_PACKAGE_DIR}/${PKGNAME}.tbz || exit 1
    124124
Note: See TracChangeset for help on using the changeset viewer.