diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:06:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:06:06 +0100 |
commit | b0b3c1f3d6fc1fcb9b3b7640160c5888f9dfac39 (patch) | |
tree | fc7bdddc8bb2cd030afe5ca560f0aaa4bf6e32b4 /package/libvorbis/Makefile | |
parent | 783c5c8160ab86b9502a33ad9144fdefeb0e0084 (diff) | |
parent | 4e3cdd73584aed80a843c03079c888c011b46aa6 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvorbis/Makefile')
-rw-r--r-- | package/libvorbis/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libvorbis/Makefile b/package/libvorbis/Makefile index 05e01dd94..0c301c634 100644 --- a/package/libvorbis/Makefile +++ b/package/libvorbis/Makefile @@ -28,14 +28,14 @@ CONFIGURE_ARGS+= --with-ogg="${STAGING_TARGET_DIR}/usr" \ --with-ogg-includes="${STAGING_TARGET_DIR}/usr/include" \ --with-ogg-libraries="${STAGING_TARGET_DIR}/usr/lib" -post-install: +libvorbis-install: ${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 libvorbisenc-install: ${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 |