index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-09-09 10:52:07 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-09-09 10:52:07 +0200 |
commit | c027ec7d1a8f9d024a8cca4d4a98980e829e2506 (patch) | |
tree | 04a1b84ef30877b6b8727d0df5345fc2dbef3fb4 /extra/dump_syms/PKGBUILD | |
parent | 9633f2a261dd0d8013b41b9eaedfecc898519a62 (diff) |
-rw-r--r-- | extra/dump_syms/PKGBUILD | 8 |
diff --git a/extra/dump_syms/PKGBUILD b/extra/dump_syms/PKGBUILD new file mode 100644 index 00000000..a40db396 --- /dev/null +++ b/extra/dump_syms/PKGBUILD @@ -0,0 +1,8 @@ +# use proper architecture for cargo fetching prebuilt binaries +# (why can't we build them here from source?!) +eval "$( + declare -f prepare | \ + sed ' + s|x86_64-unknown-linux-gnu|i686-unknown-linux-gnu|g + ' +)" |