blob: 381c5f8256384a131f1580c04f31bf64f88f9e80 (
plain)
1
2
3
4
5
6
7
8
9
|
# patch architecture for fetching the right rust modules
# do not verify PGP signatures (fails)
eval "$(
declare -f prepare | \
sed '
s|$CARCH|i686|g
/auth-tarball-from-git/d
'
)"
|