diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-04 15:28:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-04 15:28:44 +0000 |
commit | e4cef50d23da00b1881fdfb6966d41ed1ebbea9d (patch) | |
tree | e39ec87e57f3a5f11f72a164027f7dbfe6ac2d3d /ipkg/ipkg_0.99.121.oe | |
parent | daf209eec505bbf3226e9278c2d4ee46d04f32c0 (diff) |
fix typo in do_stage()
BKrev: 4097b6acORWuFE8oDngYQr3OvSMdwg
Diffstat (limited to 'ipkg/ipkg_0.99.121.oe')
-rw-r--r-- | ipkg/ipkg_0.99.121.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipkg/ipkg_0.99.121.oe b/ipkg/ipkg_0.99.121.oe index 6541bd014f..436a84229f 100644 --- a/ipkg/ipkg_0.99.121.oe +++ b/ipkg/ipkg_0.99.121.oe @@ -35,7 +35,7 @@ do_stage() { oe_soinstall .libs/libipkg.so.0.0.0 ${STAGING_LIBDIR}/ install -d ${STAGING_INCDIR}/replace/ install -m 0644 replace/replace.h ${STAGING_INCDIR}/replace/ - install -d ${STAGING_INCDIR)/libipkg/ + install -d ${STAGING_INCDIR}/libipkg/ for f in *.h do install -m 0644 $f ${STAGING_INCDIR}/libipkg/ |