Skip to content

Commit

Permalink
click: fix typo in SlackBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Jan 15, 2017
1 parent ddaf071 commit 640acdf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions click/click.SlackBuild
Expand Up @@ -31,12 +31,11 @@ CWD=$(pwd)

PKGNAM=click
VERSION=6.7
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-cf}
TMP=${TMP:-/tmp/pkg}
PKG=$TMP/package-$PKGNAM
UTPUT=${OUTPUT:-/tmp}

OUTPUT=${OUTPUT:-/tmp}

DOCFILES="CHANGES CONTRIBUTING* LICENSE MANIFEST* README*"

Expand Down

0 comments on commit 640acdf

Please sign in to comment.