summaryrefslogtreecommitdiff
path: root/package/libvorbis/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:06:06 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:06:06 +0100
commitb0b3c1f3d6fc1fcb9b3b7640160c5888f9dfac39 (patch)
treefc7bdddc8bb2cd030afe5ca560f0aaa4bf6e32b4 /package/libvorbis/Makefile
parent783c5c8160ab86b9502a33ad9144fdefeb0e0084 (diff)
parent4e3cdd73584aed80a843c03079c888c011b46aa6 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvorbis/Makefile')
-rw-r--r--package/libvorbis/Makefile8
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