summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Straube2017-01-26 20:54:34 +0100
committerMichael Straube2017-01-26 20:54:34 +0100
commit46e92b7ed5f49de61c3374bb3f3139833a116dc6 (patch)
treec598f1c3f732c0cdd6dce0ebcc7a6da3fb3b6194 /PKGBUILD
parent19c3e9998d21f1ae1774c559122aa582999691f5 (diff)
downloadaur-46e92b7ed5f49de61c3374bb3f3139833a116dc6.tar.gz
Remove build dir if exists
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccf6d1855c47..eafbac0c8738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ source=("http://download.kde.org/stable/plasma/$pkgver/oxygen-fonts-$pkgver.tar.
sha256sums=('a02f6580e9a53cb16694a99adbb6dbf76f17584f3e97f469a22286299507838c')
prepare() {
+ [[ -d build ]] && rm -rf build
mkdir build
}