summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ae4ad658a14..3a65b39af602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,13 +21,6 @@ pkgver() {
echo "0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
-prepare() {
- cd "$srcdir/chicken-core"
-
- # Clean up after any old builds
- make PLATFORM=linux spotless
-}
-
build() {
cd "$srcdir/chicken-core"