use ln -sf to avoid a potentially confusing error message
This commit is contained in:
parent
f23ce0d6bd
commit
0c9ff42c17
2
build.sh
2
build.sh
@ -81,7 +81,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/targets/${TARGET_ARCHITECTURE}/"
|
pushd "bin/targets/${TARGET_ARCHITECTURE}/"
|
||||||
ln -s ../../../packages .
|
ln -sf ../../../packages .
|
||||||
popd
|
popd
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user