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>
This commit is contained in:
parent
815e744cf6
commit
b36c906951
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue