diff options
Diffstat (limited to 'python/python-pyqt_3.11.oe')
-rw-r--r-- | python/python-pyqt_3.11.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-pyqt_3.11.oe b/python/python-pyqt_3.11.oe index b4c6d5ef1f..af661ce491 100644 --- a/python/python-pyqt_3.11.oe +++ b/python/python-pyqt_3.11.oe @@ -36,10 +36,10 @@ do_configure_prepend() { } do_stage() { - install -d ${STAGING_SIPDIR} + install -d ${STAGING_SIPDIR}/qt/ for module in ${SIP_MODULES} do - cp -a ${S}/sip/${module}/*.sip ${STAGING_SIPDIR}/ + cp -a ${S}/sip/${module}/*.sip ${STAGING_SIPDIR}/qt/ install -m 0755 ${module}/libcmodule.so ${STAGING_LIBDIR}/python2.3/site-packages/lib${module}cmodule.so done } |