diff options
author | Erich Eckner <git@eckner.net> | 2017-10-16 09:31:26 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-10-16 09:31:26 +0200 |
commit | 4ca221bee9a518b2160981becf50705f7904e052 (patch) | |
tree | 134526956de5754dafb8e8c287e94ae118fb80df /community | |
parent | a7997345d383fd7a120eb998ea5d9c49b9df5475 (diff) | |
download | packages-4ca221bee9a518b2160981becf50705f7904e052.tar.xz |
community/zcash: fix CHOST
Diffstat (limited to 'community')
-rw-r--r-- | community/zcash/PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/zcash/PKGBUILD b/community/zcash/PKGBUILD new file mode 100644 index 00000000..bad7a34f --- /dev/null +++ b/community/zcash/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f build | \ + sed ' + s|-unknown-linux-gnu|-pc-linux-gnu|g + ' +)" |