diff options
Diffstat (limited to 'system/bochs/bochs.SlackBuild')
-rw-r--r-- | system/bochs/bochs.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/bochs/bochs.SlackBuild b/system/bochs/bochs.SlackBuild index 5efab62524..149a257acf 100644 --- a/system/bochs/bochs.SlackBuild +++ b/system/bochs/bochs.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for Bochs +# Slackware build script for Bochs # Copyright 2012, Bojan Popovic, Belgrade, Serbia <bocke@slackware-srbija.org> # All rights reserved. # @@ -23,10 +23,10 @@ # Modified by the slackbuilds.org project -PRGNAM=bochs -VERSION=${VERSION:-2.6} +PRGNAM=bochs +VERSION=${VERSION:-2.6} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in |