summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2019-12-07 16:42:00 +0100
committerKarol Babioch2019-12-07 16:42:23 +0100
commit1646a2f1228dcbf3c76c494a08be93deb6b4717e (patch)
treef61bd213bc428ca926979ebcea9445775e6bce05
parent492fc07a6576d0648bb450d4ed90e5c5fd7056be (diff)
downloadaur-1646a2f1228dcbf3c76c494a08be93deb6b4717e.tar.gz
Create build dir
This has been removed along with 9434aabdb69869af83c079142fd5c2887dbc4152 by accident and causes the build to break. Add it back.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 225ccac2fe47..9d00ed068c03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ sha256sums=('SKIP')
prepare() {
cd "$srcdir/$pkgname"
+ mkdir build
}
build() {