summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortiziodcaio2023-01-27 17:33:50 -0300
committertiziodcaio2023-01-27 17:33:50 -0300
commita1efc528f0ac4cf2fbdc2fd67212215d8a6718e8 (patch)
tree4938724a613a1a0592887726731f62a412a95b92 /PKGBUILD
parentb454b8c5c4e9ae7a2a6be2d902144784f4b5557d (diff)
downloadaur-a1efc528f0ac4cf2fbdc2fd67212215d8a6718e8.tar.gz
Add troubleshooter
Signed-off-by: tiziodcaio <d.bass05@proton.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c85de431d99f..4972b4735e6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,8 @@ prepare() {
sed -i "s|'error'|'debug'|g" depot_tools/gclient_scm.py
export PATH="${srcdir}/depot_tools:$PATH" DEPOT_TOOLS_UPDATE=0
cp DEPS sdk/
+ echo "If it fails on next command, try to uncomment the next line on the PKGBUILD, forcing re-fetch and re-build everything"
+ #rm -rf $srcdir/sdk/*
python depot_tools/gclient.py sync --no-history -nDv
}