summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
}