aboutsummaryrefslogtreecommitdiff
path: root/python/pycxx/pycxx.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/pycxx/pycxx.SlackBuild')
-rw-r--r--python/pycxx/pycxx.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pycxx/pycxx.SlackBuild b/python/pycxx/pycxx.SlackBuild
index 17dcb24833..62bd541231 100644
--- a/python/pycxx/pycxx.SlackBuild
+++ b/python/pycxx/pycxx.SlackBuild
@@ -76,7 +76,7 @@ python setup.py build
python setup.py install --root=$PKG
# installer is totally broken
-cp -av CXX $PKG/usr/include/python`python -c 'import sys; print sys.version[:3]'`/
+cp -av CXX $PKG/usr/include/python$( python -c 'import sys; print sys.version[:3]' )/
mkdir -p $PKG/usr/share/CXX
cp -av Src/* $PKG/usr/share/CXX/
# fix even more broken include statements