Skip to content

Commit

Permalink
pdftk: 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 82ad372 commit cdd8ded
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pdftk/pdftk.SlackBuild
Expand Up @@ -2,7 +2,7 @@
#
# Slackware build script for pdftk
#
# Copyright 2016 Corrado Franco (http://conraid.net)
# Copyright 2016-2017 Corrado Franco (http://conraid.net)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -31,11 +31,11 @@ CWD=$(pwd)

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

DOCFILES="license_gpl_pdftk/* *.txt *.html"

Expand Down

0 comments on commit cdd8ded

Please sign in to comment.