aboutsummaryrefslogtreecommitdiffstats
path: root/transconnect
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 /transconnect
parent9fcbda0bf62f0f1bf5259e0ac04bf051a9246402 (diff)
downloadopenembedded-9aa6d7445a4650331fa820f971f9140c1d785aeb.tar.gz
Fixup some more usage of the oe_libinstall script.
BKrev: 409f3f772sSA3_XlhzxSt0billeAFw
Diffstat (limited to 'transconnect')
-rw-r--r--transconnect/transconnect_1.2.oe2
-rw-r--r--transconnect/transconnect_1.3-beta.oe2
2 files changed, 2 insertions, 2 deletions
diff --git a/transconnect/transconnect_1.2.oe b/transconnect/transconnect_1.2.oe
index 761d594eec..1b59c6e6fd 100644
--- a/transconnect/transconnect_1.2.oe
+++ b/transconnect/transconnect_1.2.oe
@@ -14,5 +14,5 @@ do_install () {
install -d ${D}/${sysconfdir}
install -m 0644 tconn.conf ${D}/${sysconfdir}/
install -d ${D}/${libdir}/tconn
- install -m 0755 tconn.so ${D}/${libdir}/tconn/
+ oe_libinstall -so tconn ${D}/${libdir}/tconn/
}
diff --git a/transconnect/transconnect_1.3-beta.oe b/transconnect/transconnect_1.3-beta.oe
index 6b512cb22f..36b1dc3854 100644
--- a/transconnect/transconnect_1.3-beta.oe
+++ b/transconnect/transconnect_1.3-beta.oe
@@ -16,5 +16,5 @@ do_install () {
install -d ${D}/${sysconfdir}
install -m 0644 tconn.conf ${D}/${sysconfdir}/
install -d ${D}/${libdir}/tconn
- install -m 0755 tconn.so ${D}/${libdir}/tconn/
+ oe_libinstall -so tconn ${D}/${libdir}/tconn/
}