diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-14 16:03:17 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-14 16:03:17 +0000 |
commit | 1bc614ec4a98507f0aa8e3ca7c35d33e60d44c4a (patch) | |
tree | 795b38f02e430296f0f30de1b52b4ae185d5b4dc /directfb/directfb-0.9.19.oe | |
parent | 8051288b2a8a5f7d02ef3e3aa14b7305d9598469 (diff) |
Put the directfb pkgconfig in the correct place so things can find it, and minor libtool bugfix.
BKrev: 3f8c1e45jO-2MJnbcXjsHjR1Ef-r4Q
Diffstat (limited to 'directfb/directfb-0.9.19.oe')
-rw-r--r-- | directfb/directfb-0.9.19.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/directfb/directfb-0.9.19.oe b/directfb/directfb-0.9.19.oe index bebb5684d2..cda0885b23 100644 --- a/directfb/directfb-0.9.19.oe +++ b/directfb/directfb-0.9.19.oe @@ -22,7 +22,8 @@ do_stage() { 'DESTDIR=${STAGING_DIR}' \ 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ install-internalincludeHEADERS install-includeHEADERS - cp -f directfb.pc ${STAGING_DIR}/share/ + install -d ${STAGING_DIR}/share/pkgconfig + install -m 0644 directfb.pc ${STAGING_DIR}/share/pkgconfig } do_install() { |