diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-29 15:23:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-29 15:23:19 +0000 |
commit | d00bac6cf3aa486ebf2e1d175f3f001effcb4c49 (patch) | |
tree | ca4ef5101bb58d7cc0dfcaea344b04d78f6a5194 /meta/packages/gnome | |
parent | 82e5d0de4dba96358ab85df4eb77c8ec72ac6855 (diff) | |
download | poky-d00bac6cf3aa486ebf2e1d175f3f001effcb4c49.tar.gz |
gnome-common: Fix hardcoded staging reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3019 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome')
-rw-r--r-- | meta/packages/gnome/gnome-common_2.20.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gnome/gnome-common_2.20.0.bb b/meta/packages/gnome/gnome-common_2.20.0.bb index 2991db81c7..41c25b69c2 100644 --- a/meta/packages/gnome/gnome-common_2.20.0.bb +++ b/meta/packages/gnome/gnome-common_2.20.0.bb | |||
@@ -19,7 +19,7 @@ do_stage () { | |||
19 | rm -rf ${STAGE_TEMP} | 19 | rm -rf ${STAGE_TEMP} |
20 | mkdir -p ${STAGE_TEMP} | 20 | mkdir -p ${STAGE_TEMP} |
21 | make DESTDIR="${STAGE_TEMP}" install | 21 | make DESTDIR="${STAGE_TEMP}" install |
22 | cp -pPR ${STAGE_TEMP}${bindir}/* ${STAGING_DIR}/${BUILD_SYS}/bin | 22 | cp -pPR ${STAGE_TEMP}${bindir}/* ${STAGING_BINDIR_NATIVE} |
23 | install -d ${STAGING_DATADIR}/gnome-common | 23 | install -d ${STAGING_DATADIR}/gnome-common |
24 | install -d ${STAGING_DATADIR}/aclocal | 24 | install -d ${STAGING_DATADIR}/aclocal |
25 | cp -pPR ${STAGE_TEMP}${datadir}/gnome-common/* ${STAGING_DATADIR}/gnome-common | 25 | cp -pPR ${STAGE_TEMP}${datadir}/gnome-common/* ${STAGING_DATADIR}/gnome-common |