small fix: creating the symping to packages dir at the end of the build.
This commit is contained in:
parent
8e64a64186
commit
68a222edc6
2
build.sh
2
build.sh
@ -83,7 +83,7 @@ pushd ${IMGBUILDER_DIR}
|
|||||||
|
|
||||||
make image PROFILE=${TARGET_DEVICE} PACKAGES="${PREINSTALLED_PACKAGES}" FILES=${IMGTEMPDIR}
|
make image PROFILE=${TARGET_DEVICE} PACKAGES="${PREINSTALLED_PACKAGES}" FILES=${IMGTEMPDIR}
|
||||||
|
|
||||||
pushd bin/${TARGET_ARCHITECTURE}/
|
pushd bin/targets/${TARGET_ARCHITECTURE}/
|
||||||
ln -s ../../packages .
|
ln -s ../../packages .
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user