summaryrefslogtreecommitdiff
path: root/community/stratisd
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-21 09:39:09 +0100
committerErich Eckner <git@eckner.net>2019-01-21 09:39:09 +0100
commitd1ca62e03b8427d4c3e8bad6350df4321c3951d2 (patch)
treee612f021dcf3f1a06e1c3829c797f49625f83621 /community/stratisd
parent4ae53a382f36e132a6c235441fbc9182eed67f13 (diff)
downloadpackages-d1ca62e03b8427d4c3e8bad6350df4321c3951d2.tar.xz
community/stratisd: set arch of build-target correctly
Diffstat (limited to 'community/stratisd')
-rw-r--r--community/stratisd/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
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"
+ '
+)"