summaryrefslogtreecommitdiff
path: root/package/opensc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-30 22:52:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-30 22:52:51 +0100
commit58d31896056e604185acf3606b99257cea519dd1 (patch)
tree3a0fb34da5dbe8dc12326fcd7fbf0c3916028f41 /package/opensc
parent220a96f9926788ed531717f78e44fdf1e7ab3b34 (diff)
parent845317b460ee99ad633534cad4de72404af7e30b (diff)
resolve merge conflicts
Diffstat (limited to 'package/opensc')
-rw-r--r--package/opensc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/opensc/Makefile b/package/opensc/Makefile
index 60717c763..96c3e4138 100644
--- a/package/opensc/Makefile
+++ b/package/opensc/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= opensc
PKG_VERSION:= 0.11.13
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 98fa151e947941f9c3f27420fdf47c11
PKG_DESCR:= utilities to access smart cards
PKG_SECTION:= crypto
@@ -41,6 +41,9 @@ post-extract:
post-install: ${SUB_INSTALLS-m} ${SUB_INSTALLS-y}
${INSTALL_DIR} ${IDIR_OPENSC}/usr/bin
+ ${INSTALL_DIR} ${IDIR_OPENSC}/usr/share/opensc
+ ${INSTALL_DATA} ${WRKINST}/usr/share/opensc/* \
+ ${IDIR_OPENSC}/usr/share/opensc
${INSTALL_BIN} ${WRKINST}/usr/bin/opensc-explorer \
${IDIR_OPENSC}/usr/bin
${INSTALL_BIN} ${WRKINST}/usr/bin/opensc-tool \