index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-15 15:53:40 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-15 15:53:40 +0200 |
commit | 13201888fdb0b6dff2033e765668757e80064bdd (patch) | |
tree | 5b744bf44d9a0ce2322950790a8096cfdd6089a8 /extra/rust | |
parent | bdbb6c7e0094fec809d8ae27248a7ab2639baa80 (diff) |
-rw-r--r-- | extra/rust/PKGBUILD | 12 |
diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD index 09db8d46..98d746d3 100644 --- a/extra/rust/PKGBUILD +++ b/extra/rust/PKGBUILD @@ -16,12 +16,12 @@ eval "$( )" # stop insanity of nproc (see FS#62952) -eval "$( - declare -f build | \ - sed ' - s/-j "$(nproc)"/-j1/ - ' -)" +#eval "$( +# declare -f build | \ +# sed ' +# s/-j "$(nproc)"/-j1/ +# ' +#)" if [ "${CARCH}" != 'pentium4' ]; then eval "$( |