summaryrefslogtreecommitdiff
path: root/libdes
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-10 08:38:15 +0000
committerChris Larson <clarson@kergoth.com>2004-05-10 08:38:15 +0000
commit9aa6d7445a4650331fa820f971f9140c1d785aeb (patch)
treeb074f8260d387937967675950038dd95d9d7d752 /libdes
parent9fcbda0bf62f0f1bf5259e0ac04bf051a9246402 (diff)
Fixup some more usage of the oe_libinstall script.
BKrev: 409f3f772sSA3_XlhzxSt0billeAFw
Diffstat (limited to 'libdes')
-rw-r--r--libdes/libdes_4.01.oe3
1 files changed, 1 insertions, 2 deletions
diff --git a/libdes/libdes_4.01.oe b/libdes/libdes_4.01.oe
index c213b81028..75143ebe1b 100644
--- a/libdes/libdes_4.01.oe
+++ b/libdes/libdes_4.01.oe
@@ -12,7 +12,6 @@ do_compile() {
}
do_stage() {
- install -m 0755 libdes.a ${STAGING_LIBDIR}/
+ oe_libinstall -a libdes ${STAGING_LIBDIR}
install -m 0644 ${S}/des.h ${STAGING_INCDIR}/
}
-