diff options
Diffstat (limited to 'system/apcupsd/apcupsd.SlackBuild')
-rw-r--r-- | system/apcupsd/apcupsd.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/apcupsd/apcupsd.SlackBuild b/system/apcupsd/apcupsd.SlackBuild index bf16534ed82df..ea8efaffa8f48 100644 --- a/system/apcupsd/apcupsd.SlackBuild +++ b/system/apcupsd/apcupsd.SlackBuild @@ -25,6 +25,8 @@ # Modified 3/3/2009 by Christopher Walker <kris240376@gmail.com> # * added log rotation +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=apcupsd VERSION=${VERSION:-3.14.14} BUILD=${BUILD:-2} @@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |