diff options
-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 + ' +)" |