From 68a222edc63e3149eb02034a46111b448094dd5f Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Sun, 14 May 2017 20:17:58 +0200 Subject: [PATCH] small fix: creating the symping to packages dir at the end of the build. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d9da792..c6deb85 100755 --- a/build.sh +++ b/build.sh @@ -83,7 +83,7 @@ pushd ${IMGBUILDER_DIR} make image PROFILE=${TARGET_DEVICE} PACKAGES="${PREINSTALLED_PACKAGES}" FILES=${IMGTEMPDIR} -pushd bin/${TARGET_ARCHITECTURE}/ +pushd bin/targets/${TARGET_ARCHITECTURE}/ ln -s ../../packages . popd