diff options
Diffstat (limited to 'fget/fget_1.2.9.oe')
-rw-r--r-- | fget/fget_1.2.9.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fget/fget_1.2.9.oe b/fget/fget_1.2.9.oe index 4b154aa3a6..826f4f3088 100644 --- a/fget/fget_1.2.9.oe +++ b/fget/fget_1.2.9.oe @@ -16,7 +16,7 @@ do_configure() { } do_stage() { - install -m 0755 lib/libfget.a ${STAGING_LIBDIR}/ + oe_libinstall -a -C lib libfget ${STAGING_LIBDIR} install -m 0755 lib/libfget.h ${STAGING_INCDIR}/ } |