summaryrefslogtreecommitdiffstats
path: root/development/chicken/chicken.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/chicken/chicken.SlackBuild')
-rw-r--r--development/chicken/chicken.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/chicken/chicken.SlackBuild b/development/chicken/chicken.SlackBuild
index b469126663..4873d5938b 100644
--- a/development/chicken/chicken.SlackBuild
+++ b/development/chicken/chicken.SlackBuild
@@ -24,11 +24,11 @@
+cd $(dirname $0) ; CWD=$(pwd)
+
# increment this number to match the Chicken library version
CHICKEN_API_VER=11
-cd $(dirname $0) ; CWD=$(pwd)
-
PRGNAM=chicken
VERSION=${VERSION:-5.3.0}
BUILD=${BUILD:-1}