diff options
author | Chris Larson <clarson@kergoth.com> | 2004-04-01 17:57:34 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-04-01 17:57:34 +0000 |
commit | 7d0f4d1ff2349647def5f78e6f07d4ce0bc7fffc (patch) | |
tree | 0e273dc0c82ac47904f723db0eaaa44679f0df66 /libesmtp | |
parent | 0851f86cd64bd723f578846da6676c8782ac65d7 (diff) |
Merge http://openembedded.bkbits.net/packages
into linux.local:/home/kergoth/code/packages
2004/03/31 12:17:45-05:00 local!kergoth
appweb_1.0.2.oe:
Correct LD_LIBRARY_PATH referencing itself.
tremor_20030325.oe:
Correct the tremor include path passed into the staging make install.
2004/03/30 21:40:59-05:00 local!kergoth
Some fixups per the latest staging changes.
BKrev: 406c580emotmj9yxCNGAhNEinlE4uw
Diffstat (limited to 'libesmtp')
-rw-r--r-- | libesmtp/libesmtp_1.0.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libesmtp/libesmtp_1.0.1.oe b/libesmtp/libesmtp_1.0.1.oe index c8d27adc33..7d8ca61692 100644 --- a/libesmtp/libesmtp_1.0.1.oe +++ b/libesmtp/libesmtp_1.0.1.oe @@ -17,7 +17,7 @@ do_stage () { install -m 0644 .libs/libesmtp.lai ${STAGING_LIBDIR}/libesmtp.la oe_soinstall .libs/libesmtp.so.5.1.2 ${STAGING_LIBDIR}/ - install -d ${STAGING_DIR}/include + install -d ${STAGING_INCDIR} install -m 644 auth-client.h ${STAGING_INCDIR} install -m 644 auth-plugin.h ${STAGING_INCDIR} install -m 644 libesmtp.h ${STAGING_INCDIR} |