diff options
| author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-11-06 15:16:38 +0000 |
|---|---|---|
| committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-11-06 15:16:38 +0000 |
| commit | f0eb3fa507e436d44b943bedfcd8afa5ff760971 (patch) | |
| tree | 15a57fffc1a01825821f35508fc84ce2a08fd93e /packages/python/python-sip_4.7.bb | |
| parent | 51d30ada0db9ff322925628fe9d965687685f52d (diff) | |
| parent | b8a64f32a1bd74900ef43067e40fa1153c5f27cc (diff) | |
merge of 'c5d7d939915c058ea8efba4e6e2fa2e5f1648626'
and 'd6978786d6310b56cb0f5a93790659cd481ca0d5'
Diffstat (limited to 'packages/python/python-sip_4.7.bb')
| -rw-r--r-- | packages/python/python-sip_4.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-sip_4.7.bb b/packages/python/python-sip_4.7.bb index 2978edd54f..61fcc32986 100644 --- a/packages/python/python-sip_4.7.bb +++ b/packages/python/python-sip_4.7.bb @@ -30,7 +30,7 @@ do_configure_prepend() { } do_stage() { - install -d ${STAGING_DIR}/${BUILD_SYS}/lib/${PYTHON_DIR}/site-packages/ + install -d ${STAGING_LIBDIR_NATIVE}/${PYTHON_DIR}/site-packages/ # sipconfig.py sipdistutils.py install -m 0644 sip.h ${STAGING_INCDIR}/sip.h } |
