aboutsummaryrefslogtreecommitdiff
path: root/python/python3-ptyprocess
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-ptyprocess')
-rw-r--r--python/python3-ptyprocess/python3-ptyprocess.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python3-ptyprocess/python3-ptyprocess.SlackBuild b/python/python3-ptyprocess/python3-ptyprocess.SlackBuild
index 8fb9a7aa975ba..aa6d21afb4115 100644
--- a/python/python3-ptyprocess/python3-ptyprocess.SlackBuild
+++ b/python/python3-ptyprocess/python3-ptyprocess.SlackBuild
@@ -23,12 +23,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-SRCNAM=ptyprocess
-PRGNAM=python3-$SRCNAM
+PRGNAM=python3-ptyprocess
VERSION=${VERSION:-0.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+SRCNAM=ptyprocess
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;