diff options
author | Mark Wagie | 2024-05-16 09:45:29 -0600 |
---|---|---|
committer | Mark Wagie | 2024-05-16 09:45:29 -0600 |
commit | 186bae1c4fef009a8b234f737fc25a821fdd2eed (patch) | |
tree | d9aa8662782019bd0816493a446d18092161f293 | |
parent | f8a9fc649797a300a254f5e941d5ee722e87c089 (diff) | |
download | aur-186bae1c4fef009a8b234f737fc25a821fdd2eed.tar.gz |
words
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ prepare() { # Disable building rpm patch --strip=1 gui/tasks/distribution.js < ../no-rpm.diff - # Disabling publishing for CIs + # Disable publishing for CIs patch --strip=1 gui/tasks/distribution.js < ../no-publish.diff export CARGO_HOME="$srcdir/cargo-home" |