Commit d9662a41 authored by Martin Jansa's avatar Martin Jansa
Browse files

python-pyrex: add missing slash in FILES variable


* basedir is just 'lib' and datadir is just '/usr/share'
  and '/usr/sharelib/python2.7' is even worse than what
  we had before (sorry I've merged wrong revision of this)
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent ea0f0ecf
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -19,4 +19,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
FILES_${PN} += "${datadir}${baselib}/${PYTHON_DIR}/site-packages/Pyrex/Compiler/Lexicon.pickle"
FILES_${PN} += "${datadir}/${baselib}/${PYTHON_DIR}/site-packages/Pyrex/Compiler/Lexicon.pickle"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment