summaryrefslogtreecommitdiffstats
path: root/src/opkbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/opkbuild.sh')
-rw-r--r--src/opkbuild.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index 38fb663..87c2b3d 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -30,6 +30,7 @@ export OPK_SOURCE=
export OPK_SOURCE_VERSION=
export OPK_SOURCE_VERSION_UPSTREAM=
export OPK_BINARY_VERSION=
+export OPK_PACKAGES=
export OPK_BUILD_ARCH=
export OPK_BUILD_ARCH_CPU=
export OPK_BUILD_ARCH_KERNEL=
@@ -296,7 +297,7 @@ print_arch_stats()
setup_build()
{
- pkgs="$(ob_get_binary_packages -a "${OPK_HOST_ARCH}")"
+ OPK_PACKAGES="$(ob_get_binary_packages -a "${OPK_HOST_ARCH}")"
eval "$(ob-buildenv | sed 's/^/export /')"