diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 22:27:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-13 22:27:48 +0200 |
commit | 71242d66a32a9e3e552c9cee6d6f6e703ff0797b (patch) | |
tree | 4fde8a4656be336d8e81330e5d4cc226170a31fe /package/bluez-firmware | |
parent | bf62091b68e248270e432d935709ca5c95d1ae16 (diff) |
rework post-install
Be sure to execute post-install as last step after
populating staging dir.
Diffstat (limited to 'package/bluez-firmware')
-rw-r--r-- | package/bluez-firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bluez-firmware/Makefile b/package/bluez-firmware/Makefile index 9fae71e91..ac66abe74 100644 --- a/package/bluez-firmware/Makefile +++ b/package/bluez-firmware/Makefile @@ -21,7 +21,7 @@ $(eval $(call PKG_template,BLUEZ_FIRMWARE,bluez-firmware,${PKG_VERSION}-${PKG_RE CONFIGURE_ARGS+= --libdir=/lib -post-install: +bluez-firmware-install: ${INSTALL_DIR} ${IDIR_BLUEZ_FIRMWARE}/lib/firmware ${CP} ${WRKINST}/lib/firmware/BCM* \ ${IDIR_BLUEZ_FIRMWARE}/lib/firmware |