diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-06-02 14:59:39 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-06-02 14:59:39 +0200 |
commit | 44c25e58b238365f82d5c7b36b911de2f51d4c6e (patch) | |
tree | d5363feef35e3a87f7c9690fb100472b9cb61aa4 | |
parent | df9d4245a2b42bd031c47b25a48f3f67e1fc651d (diff) | |
download | blogc-44c25e58b238365f82d5c7b36b911de2f51d4c6e.tar.gz blogc-44c25e58b238365f82d5c7b36b911de2f51d4c6e.tar.bz2 blogc-44c25e58b238365f82d5c7b36b911de2f51d4c6e.zip |
build: added arch to static-all tar file name
-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 |