summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12016-09-28 02:41:23 +0800
committerChocobo12016-09-28 02:41:23 +0800
commit194fd505252e5387f6b6c9fb90d5889b355270c8 (patch)
tree8f238562c76557d8a94c5f76bf7cdcbc0209169a
parentfd9af2ce4694316007b8c770e1c5402b86f69cd8 (diff)
downloadaur-194fd505252e5387f6b6c9fb90d5889b355270c8.tar.gz
Igonre existing dir when mkdir
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f98cc44f8fe..218b2d4197f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgver() {
prepare() {
cd "chewing-editor"
- mkdir build
+ mkdir -p build
}
build() {