aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-07-08 18:20:53 +0200
committerbartus2020-07-08 18:20:53 +0200
commit3ccd7440f4a03e9813947836a3af796898506bdc (patch)
treee4332a8c55ff9424bd83ce02b311627273484c28
parenta6abaedee6cf8acbf66d5f7bde1ab960f81f6303 (diff)
downloadaur-3ccd7440f4a03e9813947836a3af796898506bdc.tar.gz
Drop `mkdir -p build` since cmake will create it.
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5934523613d..bbfc260d4199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -77,8 +77,6 @@ prepare() {
}
build() {
- mkdir -p "$srcdir/build"
-
_pyver=$(python -c "from sys import version_info; print(\"%d.%d\" % (version_info[0],version_info[1]))")
msg "python version detected: ${_pyver}"