summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2023-07-22 00:55:03 +0300
committerStelios Tsampas2023-07-22 00:55:03 +0300
commit438cdf0f44cda525104b0432ddd2d33b2f22a063 (patch)
tree5a6cae44ea29157fd35d21643b14ae6611d12273 /PKGBUILD
parent01c2e0d5221f86d59522e2d0a469163bff854f79 (diff)
downloadaur-438cdf0f44cda525104b0432ddd2d33b2f22a063.tar.gz
[proton-ge-custom] Clarify variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adaa9611dc16..b3d4e62f7fa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -148,8 +148,8 @@ prepare() {
git -c protocol.file.allow=always submodule update --init --filter=tree:0 --recursive
- for submodule in gst-plugins-rs media-converter; do
- pushd $submodule
+ for rustlib in gst-plugins-rs media-converter; do
+ pushd $rustlib
export RUSTUP_TOOLCHAIN=stable
export CARGO_HOME="${SRCDEST}"/proton-cargo
cargo fetch --locked --target "i686-unknown-linux-gnu"