diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-26 16:50:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-26 16:50:44 +0000 |
commit | aea66e5718b9180f22fabd3bf1c700c44183c622 (patch) | |
tree | 3401b19034137bf24b7fce4bd3fe17afe26f5d0b /xpm | |
parent | c87e16e63155cab6fc2e7d61162da396e55505f3 (diff) |
fix xpm staging
BKrev: 408d3de4aIyVJZxhDfZ2yOJGPORKsA
Diffstat (limited to 'xpm')
-rw-r--r-- | xpm/xpm-cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpm/xpm-cvs.oe b/xpm/xpm-cvs.oe index 047cd6e1af..2c0ad3d6a9 100644 --- a/xpm/xpm-cvs.oe +++ b/xpm/xpm-cvs.oe @@ -14,6 +14,6 @@ inherit autotools pkgconfig libtool do_stage () { install -m 0644 ${S}/lib/xpm.h ${STAGING_INCDIR}/X11/xpm.h install -m 0644 lib/.libs/libXpm.a ${STAGING_LIBDIR}/libXpm.a - install -m 0644 lib/libXpm.lai ${STAGING_LIBDIR}/libXpm.la + install -m 0644 lib/.libs/libXpm.lai ${STAGING_LIBDIR}/libXpm.la oe_soinstall lib/.libs/libXpm.so.4.5.0 ${STAGING_LIBDIR}/ } |