Browse Source
office/pandoc-bin: fix typo in slackbuild
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/177/head
afhpayne
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with
1 additions and
1 deletions
-
office/pandoc-bin/pandoc-bin.SlackBuild
|
|
@ -35,7 +35,7 @@ PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
if [ "$ARCNAM" = "amd64" ]; then |
|
|
|
BIT="64bit"; ARCH="x86_64" |
|
|
|
else |
|
|
|
echo "$ARCH is not supported." |
|
|
|
echo "$ARCNAM is not supported." |
|
|
|
exit 1 |
|
|
|
fi |
|
|
|
|
|
|
|