diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 04:25:37 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:26:40 +0000 |
commit | b36c906951ca06582613425eb0f0ed895b6e7908 (patch) | |
tree | 33756d6109e28f4c8f3a13a1e7b5a5b5e5a2459d /libraries | |
parent | 815e744cf65961b693514031e703fbbf1b79a109 (diff) | |
download | slackbuilds-b36c906951ca06582613425eb0f0ed895b6e7908.tar.gz |
libraries/flashplugin-lahf-fix: Allow VERSION override, fix shebang.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild b/libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild index 1eb9b60dba..f16f217d70 100644 --- a/libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild +++ b/libraries/flashplugin-lahf-fix/flashplugin-lahf-fix.SlackBuild @@ -1,10 +1,10 @@ -#!/bin/sh -x +#!/bin/sh # Slackware build script for LAHF fix for flash plugin # Written by Ken Roberts using code scrounged from the net PRGNAM=flashplugin-lahf-fix -VERSION=0.2 +VERSION=${VERSION:-0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |