python-pygtk2: use STAGING_BINDIR_NATIVE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1870 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-06-07 06:10:57 +00:00
parent 0c2ead9c38
commit 893cba95a4
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ do_configure_prepend() {
do_stage() {
autotools_stage_includes
install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR}/
install -m 0755 codegen/pygtk-codegen-2.0 ${STAGING_BINDIR_NATIVE}/
}