mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
misc/iscan-proprietary-drivers: Allow VERSION override.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6fc79b1bb0
commit
8926dbb647
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=iscan-proprietary-drivers
|
||||
VERSION=2.10.0.1
|
||||
VERSION=${VERSION:-2.10.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue