diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 04:07:41 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:26:35 +0000 |
commit | cfef39cbe26acfcb967d624c3be64fcb691cbfb1 (patch) | |
tree | 27dbd302da8b824efd3ae4be39c6d2a0951f96a8 /libraries/physfs/physfs.SlackBuild | |
parent | 8a629e0df52a7705aaca339180e2aec2ca48a7d2 (diff) | |
download | slackbuilds-cfef39cbe26acfcb967d624c3be64fcb691cbfb1.tar.gz |
libraries/physfs: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/physfs/physfs.SlackBuild')
-rw-r--r-- | libraries/physfs/physfs.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/physfs/physfs.SlackBuild b/libraries/physfs/physfs.SlackBuild index 53ccec4278..57c1824730 100644 --- a/libraries/physfs/physfs.SlackBuild +++ b/libraries/physfs/physfs.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=physfs -VERSION=2.0.3 +VERSION=${VERSION:-2.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |