From d1ca62e03b8427d4c3e8bad6350df4321c3951d2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 21 Jan 2019 09:39:09 +0100 Subject: community/stratisd: set arch of build-target correctly --- community/stratisd/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/stratisd/PKGBUILD (limited to 'community/stratisd') diff --git a/community/stratisd/PKGBUILD b/community/stratisd/PKGBUILD new file mode 100644 index 00000000..b0518fe7 --- /dev/null +++ b/community/stratisd/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f build | \ + sed ' + 2 a export TARGET="${CARCH}-unknown-linux-gnu" + ' +)" -- cgit v1.2.3