diff options
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 |
commit | b495f7e9029d6bb22f50099338aa64bd5fae2ac1 (patch) | |
tree | baeb9059da4ee578103b5dcd31860ad3b5a31dd9 /development | |
parent | e93eb5ddcbe3e4325a26d6fed101f9997b7a1854 (diff) |
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')
-rw-r--r-- | development/chicken/chicken.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/chicken/chicken.SlackBuild b/development/chicken/chicken.SlackBuild index b469126663424..4873d5938beb7 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} |