summaryrefslogtreecommitdiffstats
path: root/system/Attic/Attic.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/Attic/Attic.SlackBuild')
-rw-r--r--system/Attic/Attic.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/Attic/Attic.SlackBuild b/system/Attic/Attic.SlackBuild
index 486e2a1ae3..fa43a9c374 100644
--- a/system/Attic/Attic.SlackBuild
+++ b/system/Attic/Attic.SlackBuild
@@ -23,6 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=Attic
VERSION=${VERSION:-0.16}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}