summaryrefslogtreecommitdiff
path: root/package/libcdio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libcdio/Makefile')
-rw-r--r--package/libcdio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libcdio/Makefile b/package/libcdio/Makefile
index b7f2eb830..c5d43c600 100644
--- a/package/libcdio/Makefile
+++ b/package/libcdio/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= libcdio
PKG_VERSION:= 0.92
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= 3336bf352aff43b5023e41a6d23525172a3b4ee433c467bd0fab5b8becb33fad
PKG_DESCR:= library for cd-rom and cd image access
PKG_SECTION:= libs/misc
@@ -23,7 +23,7 @@ TARGET_LDFLAGS+= -ltinfo
libcdio-install:
$(INSTALL_DIR) $(IDIR_LIBCDIO)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libcdio*.so* \
+ $(CP) $(WRKINST)/usr/lib/lib*.so* \
$(IDIR_LIBCDIO)/usr/lib
include ${ADK_TOPDIR}/mk/pkg-bottom.mk