mirror of
https://github.com/rworkman/slackpkg
synced 2024-11-15 19:47:54 +01:00
slackpkg.SlackBuild: Make VERSION able to be overridden
This commit is contained in:
parent
6b1ac9aa1b
commit
4a1885d6aa
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
PKGNAM=slackpkg
|
||||
VERSION=2.82.3beta2
|
||||
VERSION=${VERSION:-2.82.3beta2}
|
||||
BUILD=${BUILD:-1}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
|
Loading…
Reference in a new issue