diff options
author | soloturn | 2023-11-06 02:06:03 +0100 |
---|---|---|
committer | soloturn | 2023-11-06 02:06:03 +0100 |
commit | 39708639e73bde545b44e3ec1612cc9c98fe0bc8 (patch) | |
tree | 0cab1d259f50fa838e84fe96c8480075c8be1d21 /PKGBUILD | |
parent | 2d18dfe375cbb4e5ad35771864d30edde3000c1a (diff) | |
download | aur-39708639e73bde545b44e3ec1612cc9c98fe0bc8.tar.gz |
set cargo_home into srcdir
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ # Co-Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix pkgname=cosmic-settings-git -pkgver=r19.9fb6e2f +pkgver=r106.a549e8b pkgrel=1 pkgdesc="settings for the COSMIC DE panel." arch=('x86_64' 'aarch64') @@ -27,6 +27,7 @@ pkgver() { prepare() { cd "$srcdir/cosmic-settings" + export CARGO_HOME="$srcdir/cargo-home" export RUSTUP_TOOLCHAIN=stable cargo fetch --target "$CARCH-unknown-linux-gnu" |