diff options
author | Chris Lord <chris@openedhand.com> | 2005-09-29 18:30:53 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-09-29 18:30:53 +0000 |
commit | 9243bc3d2f2e202ab0ded5fb1007291f181e9222 (patch) | |
tree | 5dded9146efbf9b6241dd80e0d43b3f53fd6307b /openembedded/packages/gnome/gconf_2.6.1.bb | |
parent | 812ddef9f59e142706786d8fd3635c9493a68be2 (diff) | |
download | poky-9243bc3d2f2e202ab0ded5fb1007291f181e9222.tar.gz |
- Fix gconf staging to install into the right directory
- Complete eds-dbus staging
git-svn-id: https://svn.o-hand.com/repos/poky@76 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gnome/gconf_2.6.1.bb')
-rw-r--r-- | openembedded/packages/gnome/gconf_2.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/gnome/gconf_2.6.1.bb b/openembedded/packages/gnome/gconf_2.6.1.bb index b54109580d..7a2ef334e4 100644 --- a/openembedded/packages/gnome/gconf_2.6.1.bb +++ b/openembedded/packages/gnome/gconf_2.6.1.bb | |||
@@ -24,7 +24,7 @@ do_compile() { | |||
24 | do_stage() { | 24 | do_stage() { |
25 | oe_libinstall -so -C gconf libgconf-2 ${STAGING_LIBDIR} | 25 | oe_libinstall -so -C gconf libgconf-2 ${STAGING_LIBDIR} |
26 | install -d ${STAGING_INCDIR}/gconf/2/gconf/ | 26 | install -d ${STAGING_INCDIR}/gconf/2/gconf/ |
27 | ( cd gconf; for i in ${HEADERS}; do install -m 0644 $i ${STAGING_INCDIR}/gconf/2/gconf/$i; done ) | 27 | ( cd gconf; for i in ${HEADERS}; do install -m 0644 $i ${STAGING_INCDIR}/gconf/$i; done ) |
28 | install -m 0644 gconf.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4 | 28 | install -m 0644 gconf.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4 |
29 | } | 29 | } |
30 | 30 | ||