diff options
Diffstat (limited to 'system/ccid/ccid.SlackBuild')
-rw-r--r-- | system/ccid/ccid.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ccid/ccid.SlackBuild b/system/ccid/ccid.SlackBuild index c04f08e036..b053f4983a 100644 --- a/system/ccid/ccid.SlackBuild +++ b/system/ccid/ccid.SlackBuild @@ -29,6 +29,8 @@ # Modified by Daniel R. <danielrodriguez.es@gmail.com> # 05 October 2009 -- Updated to version 1.3.11 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=ccid VERSION=${VERSION:-1.4.21} BUILD=${BUILD:-1} @@ -42,7 +44,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |