diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-14 01:35:59 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:07:00 +0700 |
commit | a508b2e0d4bc5a4d3a9d2b2c7cd356ea8cafd178 (patch) | |
tree | fa0dd7f3d3bc58c3cd8d6c6b1c423edc9e12e98b /games | |
parent | 74c8379f522df4c7a5cf8292fbd7c09f4f043d76 (diff) |
games/dustrac: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/dustrac/dustrac.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/dustrac/dustrac.SlackBuild b/games/dustrac/dustrac.SlackBuild index d75a66cdca0b8..296d9f8cc00f2 100644 --- a/games/dustrac/dustrac.SlackBuild +++ b/games/dustrac/dustrac.SlackBuild @@ -22,10 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SRCNAM=DustRacing2D cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dustrac +SRCNAM=DustRacing2D VERSION=${VERSION:-2.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |