diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-18 21:16:54 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-20 02:27:21 +0700 |
commit | 490c8bbf4978108f52dd29e8cb8b9e9985c20795 (patch) | |
tree | fa3cfc0f168d13e1baae83a78f472d9c9603129a /office/mathtex/mathtex.SlackBuild | |
parent | fee41bd0e653198b1dce8857a53947e594b0fc4b (diff) | |
download | slackbuilds-490c8bbf4978108f52dd29e8cb8b9e9985c20795.tar.gz |
office/mathtex: Fixed VERSION in SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/mathtex/mathtex.SlackBuild')
-rw-r--r-- | office/mathtex/mathtex.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/mathtex/mathtex.SlackBuild b/office/mathtex/mathtex.SlackBuild index 493150896c..e6387288cc 100644 --- a/office/mathtex/mathtex.SlackBuild +++ b/office/mathtex/mathtex.SlackBuild @@ -25,7 +25,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mathtex -VERSION=${BUILD:-1.05} +VERSION=${VERSION:-1.05} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |