summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pycuda/pycuda-9999.ebuild')
-rw-r--r--dev-python/pycuda/pycuda-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycuda/pycuda-9999.ebuild b/dev-python/pycuda/pycuda-9999.ebuild
index f799fcea2e87..b0a16971a960 100644
--- a/dev-python/pycuda/pycuda-9999.ebuild
+++ b/dev-python/pycuda/pycuda-9999.ebuild
@@ -53,7 +53,7 @@ python_configure() {
local myopts=()
use opengl && myopts+=( --cuda-enable-gl )
- mkdir "${BUILD_DIR}" || die
+ mkdir "${BUILD_DIR}" || die
cd "${BUILD_DIR}" || die
[[ -e ./siteconf.py ]] && rm -f ./siteconf.py
"${EPYTHON}" "${S}"/configure.py \