summaryrefslogtreecommitdiffstats
path: root/development/chicken
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-02-14 01:33:31 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-18 10:06:59 +0700
commitb495f7e9029d6bb22f50099338aa64bd5fae2ac1 (patch)
treebaeb9059da4ee578103b5dcd31860ad3b5a31dd9 /development/chicken
parente93eb5ddcbe3e4325a26d6fed101f9997b7a1854 (diff)
downloadslackbuilds-b495f7e9029d6bb22f50099338aa64bd5fae2ac1.tar.gz
slackbuilds-b495f7e9029d6bb22f50099338aa64bd5fae2ac1.tar.xz
development/chicken: Template nitpick (sorry).
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/chicken')
-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}