diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 19:26:04 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:42 +0700 |
commit | 7a0edeae282730aeec6da2cd55fd7052af6d0384 (patch) | |
tree | 981e30284e6ba38fc256b5b6de731d6d261c94c7 /system/pixma/pixma.SlackBuild | |
parent | 6122c2b4a8d4508193dfcc45f079f6b40ce9f8de (diff) |
system/pixma: Fix VERSION in script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/pixma/pixma.SlackBuild')
-rw-r--r-- | system/pixma/pixma.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/pixma/pixma.SlackBuild b/system/pixma/pixma.SlackBuild index 202ca2fd330a..1770fffead8f 100644 --- a/system/pixma/pixma.SlackBuild +++ b/system/pixma/pixma.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pixma -VERSION=4.00.1 +VERSION=${VERSION:-4.00.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |