mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/tbb: Fix typo in script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
72201ec4a4
commit
25a98b393c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# Written by powtrix (@gmail.com)
|
||||
|
||||
PRGNAM=tbb
|
||||
VERSION=${VERSION-2017u3}
|
||||
VERSION=${VERSION:-2017u3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue