diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-10 20:44:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-10 20:44:42 +0000 |
commit | aafc161a44eba3694021a9f85f70c390a53affef (patch) | |
tree | 5340b2d84e32cc3356eb9333f5d233820ec991e1 /qt/qt-x11-free-native_3.3.2.oe | |
parent | 0a5f99a3d2dfa0cb176e9ea4aa950b3acd455bd9 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages
2004/06/10 22:09:35+02:00 uni-frankfurt.de!pb_
fix naming of dbus initscript
2004/06/10 11:50:16+02:00 uni-frankfurt.de!pb_
update gpe-shield to 0.3
2004/06/08 15:42:55+02:00 uni-frankfurt.de!pb_
create include/private before trying to put files inside it
BKrev: 40c8c83azhfn6l8fO64Emw6-OA9fqw
Diffstat (limited to 'qt/qt-x11-free-native_3.3.2.oe')
-rw-r--r-- | qt/qt-x11-free-native_3.3.2.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/qt-x11-free-native_3.3.2.oe b/qt/qt-x11-free-native_3.3.2.oe index d067fe5760..4aa547b2a4 100644 --- a/qt/qt-x11-free-native_3.3.2.oe +++ b/qt/qt-x11-free-native_3.3.2.oe @@ -45,6 +45,7 @@ do_stage() { do install -m 0644 $f ${STAGING_INCDIR}/ done + install -d ${STAGING_INCDIR}/private for f in include/private/*.h do install -m 0644 $f ${STAGING_INCDIR}/private/ |