From b92eacf0878d3685b592b30ce2b6c5629258e594 Mon Sep 17 00:00:00 2001 From: LukenShiro Date: Wed, 14 Dec 2011 12:48:30 -0600 Subject: system/opensc: Updated for version 0.12.2. Signed-off-by: Robby Workman --- system/opensc/opensc.SlackBuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'system/opensc/opensc.SlackBuild') diff --git a/system/opensc/opensc.SlackBuild b/system/opensc/opensc.SlackBuild index 703a7184d5..0c260e5858 100644 --- a/system/opensc/opensc.SlackBuild +++ b/system/opensc/opensc.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=opensc -VERSION=${VERSION:-0.12.1} +VERSION=${VERSION:-0.12.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -95,12 +95,10 @@ make install DESTDIR=$PKG # Don't clobber the config file mv $PKG/etc/opensc.conf $PKG/etc/opensc.conf.new -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -# man files are not really built now, as we do not currently have XSL StyleSheets -#find $PKG/usr/man -type f -exec gzip -9 {} \; -#for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done +# manpages are not built, as we do not currently have DocBook XSL StyleSheets rm -rf $PKG/usr/man mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/ -- cgit v1.2.3-80-g2a13