index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 14:23:04 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-06 14:23:04 +0200 |
commit | 2374eddfb263099ebae11cf0f5eb949225349930 (patch) | |
tree | ef2d022aa860ef3460dfffe0479791f0bd56b400 /community/auth-tarball-from-git | |
parent | af0e84ff8a75155739b44c9dc5df42f209d30b0b (diff) |
-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 + ' +)" + |