index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-06 02:44:21 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-06 02:44:21 +0300 |
commit | 997340363a31436c3b5eee23b14278ffa81c0f49 (patch) | |
tree | e75b1d3f56e19d4afbaf8ad345c309f9e233cb33 /extra/auth-tarball-from-git | |
parent | 921761a0f67613dccce0fee4cb060cb6183aebd7 (diff) |
-rw-r--r-- | extra/auth-tarball-from-git/PKGBUILD | 9 |
diff --git a/extra/auth-tarball-from-git/PKGBUILD b/extra/auth-tarball-from-git/PKGBUILD index 4898d5c6..6883ef75 100644 --- a/extra/auth-tarball-from-git/PKGBUILD +++ b/extra/auth-tarball-from-git/PKGBUILD @@ -1,8 +1 @@ -# patch architecture for fetching the right rust modules -eval "$( - declare -f prepare | \ - sed ' - s|$CARCH|i686|g - ' -)" - +eval "$(declare -f prepare | sed 's@$CARCH-unknown-linux-gnu@$(rustc -vV | sed -n "s/host: //p")@')" |