index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/auth-tarball-from-git/PKGBUILD | 9 |
diff --git a/community/auth-tarball-from-git/PKGBUILD b/community/auth-tarball-from-git/PKGBUILD new file mode 100644 index 00000000..e6f70553 --- /dev/null +++ b/community/auth-tarball-from-git/PKGBUILD @@ -0,0 +1,9 @@ +# patch architecture for fetching the right rust modules +# (this is binary code?!) +eval "$( + declare -f prepare | \ + sed ' + s|$CARCH|i686|g + ' +)" + |