summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSky Swimmer2021-05-27 15:24:22 +0200
committerSky Swimmer2021-05-27 15:24:22 +0200
commitcbf718a01c261999703703972a3fdc5d4819aa61 (patch)
tree114eed91bbcaf2a959e06081c3759bbbd5050740 /PKGBUILD
parent9b5ffd9fb916c5755aeed6f5f5560fc3096df70c (diff)
downloadaur-cbf718a01c261999703703972a3fdc5d4819aa61.tar.gz
Patch long building time, cannot be done for CTC
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c16e4762d38..e58358ff9057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,6 +27,7 @@ md5sums=( "8064e2a0b9b1aaf4ef880694e4ae1709" "c725e9bee57d6a63ce27b829cfa1a03e"
build() {
cd CCFG
+ echo "rootProject.name = 'CCFG';" > settings.gradle
gradle jar
}