summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Bilke2015-06-24 12:26:06 +0200
committerAndreas Bilke2015-06-24 12:26:06 +0200
commit2fa905888c65f20311fb7e95cd4b9ddde52300b8 (patch)
tree04344cebe3a7b26c68b6481d7fe42a721408bda5
parent1bc5fc2a125e08aee83233425de76f9b594539d8 (diff)
downloadaur-2fa905888c65f20311fb7e95cd4b9ddde52300b8.tar.gz
prepare() is no longer needed
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4b802b1bc87..2727bf58805f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,10 +23,6 @@ pkgver() {
)
}
-prepare() {
- cd "$pkgname"
-}
-
build() {
cd "$pkgname"
[[ -d build ]] || mkdir build