diff options
-rwxr-xr-x | build-aux/build-static-all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/build-static-all.sh b/build-aux/build-static-all.sh index 434ef22..f277d62 100755 --- a/build-aux/build-static-all.sh +++ b/build-aux/build-static-all.sh @@ -2,7 +2,7 @@ set -ex -DESTDIR="${PN}-${TARGET}-${PV}" +DESTDIR="${PN}-${TARGET}-amd64-${PV}" ${MAKE_CMD:-make} LDFLAGS="-all-static" ${MAKE_CMD:-make} DESTDIR="${PWD}/root/${DESTDIR}" install |