summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamadi van Koten2016-09-10 22:36:57 +0100
committerSamadi van Koten2016-09-10 22:36:57 +0100
commit85257e9246a698975188d0c4d189d85ea3b59cb7 (patch)
tree76a967b04a60a0960e4e89932ab3988a6eb46197
parente0dc65b009c3fec74adc8d0a0654b638fdb8910d (diff)
downloadaur-85257e9246a698975188d0c4d189d85ea3b59cb7.tar.gz
Remove redundant clean operation in prepare()
-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"