summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/python-orbited/python-orbited.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/python/python-orbited/python-orbited.SlackBuild b/python/python-orbited/python-orbited.SlackBuild
index ab78aaa03b..a608cd98b0 100644
--- a/python/python-orbited/python-orbited.SlackBuild
+++ b/python/python-orbited/python-orbited.SlackBuild
@@ -1,6 +1,7 @@
#!/bin/sh
# Slackware build script for python-orbited
+
# Copyright 2010 David Woodfall <dave@dawoodfall.net>
# All rights reserved.
#
@@ -21,12 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-SRCNAM=orbited
-PRGNAM=python-$SRCNAM
+PRGNAM=python-orbited
VERSION=${VERSION:-0.7.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+SRCNAM=orbited
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;