mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/flash-player-plugin: Fixed minor typo
Thanks to Christoph Willing for the report. :-) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
708b92eb96
commit
428b360d4b
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=flash-player-plugin
|
||||
VERSION=${VERSOIN:-11.2.202.261}
|
||||
BUILD=${BUILD:-1}
|
||||
VERSION=${VERSION:-11.2.202.261}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
VERS_MAJ=$(printf $VERSION | cut -d. -f1)
|
||||
|
|
Loading…
Reference in a new issue