diff options
author | LukenShiro <lukenshiro@ngi.it> | 2014-10-17 08:28:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-17 08:28:30 +0700 |
commit | 8c07cd4408e18d7bab710f7bb583cd806cda3898 (patch) | |
tree | 6363badc9c4cc369c0cfc66ac43841ea5bbc4a50 /system/pcsc-lite/pcsc-lite.SlackBuild | |
parent | 30e52ed164decb649bfb9ef2c5628be7863bc4f7 (diff) | |
download | slackbuilds-8c07cd4408e18d7bab710f7bb583cd806cda3898.tar.gz |
system/pcsc-lite: Updated for version 1.8.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pcsc-lite/pcsc-lite.SlackBuild')
-rw-r--r-- | system/pcsc-lite/pcsc-lite.SlackBuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/system/pcsc-lite/pcsc-lite.SlackBuild b/system/pcsc-lite/pcsc-lite.SlackBuild index d08fdb3faf..f562b87794 100644 --- a/system/pcsc-lite/pcsc-lite.SlackBuild +++ b/system/pcsc-lite/pcsc-lite.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pcsc-lite -# Copyright 2007-2013 LukenShiro, Italy +# Copyright 2007-2014 LukenShiro, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pcsc-lite -VERSION=${VERSION:-1.8.10} +VERSION=${VERSION:-1.8.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,14 +85,14 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Fix the DRIVERS file to reflect the correct drivers directory as built # with this script -patch -p0 < $CWD/docs-DRIVERS.diff || exit 1 +sed -i "s|\/usr\/local|<libdir>|g" DRIVERS # ATR (answer to reset) debug parsing output case "$DEBUGATR" in |