mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 17:02:22 +02:00
gnome-common: Fix hardcoded staging reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3019 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -19,7 +19,7 @@ do_stage () {
|
||||
rm -rf ${STAGE_TEMP}
|
||||
mkdir -p ${STAGE_TEMP}
|
||||
make DESTDIR="${STAGE_TEMP}" install
|
||||
cp -pPR ${STAGE_TEMP}${bindir}/* ${STAGING_DIR}/${BUILD_SYS}/bin
|
||||
cp -pPR ${STAGE_TEMP}${bindir}/* ${STAGING_BINDIR_NATIVE}
|
||||
install -d ${STAGING_DATADIR}/gnome-common
|
||||
install -d ${STAGING_DATADIR}/aclocal
|
||||
cp -pPR ${STAGE_TEMP}${datadir}/gnome-common/* ${STAGING_DATADIR}/gnome-common
|
||||
|
||||
Reference in New Issue
Block a user