summaryrefslogtreecommitdiff
path: root/gsl
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2004-08-17 16:18:09 +0000
committerRene Wagner <rw@handhelds.org>2004-08-17 16:18:09 +0000
commit1aa6f10a9dbe6445288f6adb584fd293b8ba94f4 (patch)
treee91f7981478fc40b8f335cda34aa40cb29915788 /gsl
parentbd7a3de74f4fdae457977e9775e957f1a3b1e02a (diff)
gsl: fix header files destination in do_stage()
BKrev: 41222fc1VyjZ6ZboWPt9BRkPFc6gGw
Diffstat (limited to 'gsl')
-rw-r--r--gsl/gsl_1.4.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsl/gsl_1.4.oe b/gsl/gsl_1.4.oe
index dbf37f8001..bce4fe8530 100644
--- a/gsl/gsl_1.4.oe
+++ b/gsl/gsl_1.4.oe
@@ -13,7 +13,7 @@ do_stage() {
oe_libinstall -so -C .libs/ libgsl ${STAGING_LIBDIR}
install -d ${STAGING_INCDIR}/gsl
- install -m 0644 .install/usr/include/gsl/* ${STAGING_INCDIR}/
+ install -m 0644 .install/usr/include/gsl/* ${STAGING_INCDIR}/gsl
cat gsl-config | sed -e "s,-I/usr/include,-I${STAGING_INCDIR} -I${STAGING_INCDIR}/python2.3," \
| sed -e "s,-L/usr/lib,-L${STAGING_LIBDIR}," > ${STAGING_BINDIR}/gsl-config