diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-02 12:31:10 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-02 12:31:10 +0800 |
| commit | f3e4f6d61746ae1ba903fecc3be1917bb4b03074 (patch) | |
| tree | 8b3cc268fdebfc808cc7a42d4448052619804311 /apkg | |
| parent | 8a8be66768c7e1315ef4a1f02dadff4d6a5c0c14 (diff) | |
| download | autils-f3e4f6d61746ae1ba903fecc3be1917bb4b03074.tar.gz autils-f3e4f6d61746ae1ba903fecc3be1917bb4b03074.zip | |
added CARGO_HOME and GOCACHE environment
Diffstat (limited to 'apkg')
| -rwxr-xr-x | apkg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -239,6 +239,8 @@ build_src() { apply_patch + export CARGO_HOME=$SRC/.cargo + export GOCACHE=$SRC/.go export DESTDIR=$PKG export DEST_DIR=$PKG # p7zip export INSTALLROOT=$PKG # syslinux |