From 44c25e58b238365f82d5c7b36b911de2f51d4c6e Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 2 Jun 2018 14:59:39 +0200 Subject: build: added arch to static-all tar file name --- build-aux/build-static-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux') 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 -- cgit v1.2.3-18-g5258