diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-16 22:23:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-16 22:23:43 +0100 |
commit | 3bf61c890bf85e8d148cb70fa8b9813502616f59 (patch) | |
tree | 718c949bfb074873c209a19958e058a9c15c667f /package/libvorbis/Makefile | |
parent | 7de31639b85a7b4ee855bb0bfaa124ab9ee37de4 (diff) |
install linkable library link
Diffstat (limited to 'package/libvorbis/Makefile')
-rw-r--r-- | package/libvorbis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libvorbis/Makefile b/package/libvorbis/Makefile index c5d97d973..4dfdd8284 100644 --- a/package/libvorbis/Makefile +++ b/package/libvorbis/Makefile @@ -34,10 +34,10 @@ CONFIGURE_ARGS+= --with-ogg="${STAGING_DIR}/usr" \ post-install: ${SUB_INSTALLS-m} ${SUB_INSTALLS-y} ${INSTALL_DIR} ${IDIR_LIBVORBIS}/usr/lib - ${CP} ${WRKINST}/usr/lib/libvorbis.so.* ${IDIR_LIBVORBIS}/usr/lib/ - ${CP} ${WRKINST}/usr/lib/libvorbisfile.so.* ${IDIR_LIBVORBIS}/usr/lib/ + ${CP} ${WRKINST}/usr/lib/libvorbis.so* ${IDIR_LIBVORBIS}/usr/lib/ + ${CP} ${WRKINST}/usr/lib/libvorbisfile.so* ${IDIR_LIBVORBIS}/usr/lib/ ${INSTALL_DIR} ${IDIR_LIBVORBISENC}/usr/lib - ${CP} ${WRKINST}/usr/lib/libvorbisenc.so.* ${IDIR_LIBVORBISENC}/usr/lib/ + ${CP} ${WRKINST}/usr/lib/libvorbisenc.so* ${IDIR_LIBVORBISENC}/usr/lib/ libvorbis-dev-install: ${INSTALL_DIR} ${IDIR_LIBVORBIS_DEV}/usr/include/vorbis |