aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/build-static-all.sh2
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