aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-02-14 01:57:21 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-18 10:07:04 +0700
commit4abca5d9584b750dd31d02f0c35c94484b1b1ba2 (patch)
treecaa66a29af5be940308aafd4273922cb685382ec /network
parentcc6ddabd048666a5eec1f07f063a530d8a491672 (diff)
network/onyx: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/onyx/onyx.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/onyx/onyx.SlackBuild b/network/onyx/onyx.SlackBuild
index 9a36ecddc2cfd..e59e1066edf45 100644
--- a/network/onyx/onyx.SlackBuild
+++ b/network/onyx/onyx.SlackBuild
@@ -22,6 +22,9 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
+PRGNAM=onyx
VERSION=${VERSION:-0.9.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -32,9 +35,6 @@ PKGTYPE=${PKGTYPE:-tgz}
# user should obtain through the usual interface), so we've got to keep the
# two names straight.
-cd $(dirname $0) ; CWD=$(pwd)
-
-PRGNAM=onyx
APP=overbitenx
if [ -z "$ARCH" ]; then