diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 00:47:42 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 00:47:42 -0600 |
commit | c7e2b61ce5d760b57beca741e37c1cbb73680398 (patch) | |
tree | 31467a4107e2d167120ca338906652dde0a4a13e /python/python3-ptyprocess | |
parent | c6636d9fc9bb4855b2128988663e5c6894aa2555 (diff) |
python/python3-ptyprocess: Fixed PRGNAM in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/python3-ptyprocess')
-rw-r--r-- | python/python3-ptyprocess/python3-ptyprocess.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python3-ptyprocess/python3-ptyprocess.SlackBuild b/python/python3-ptyprocess/python3-ptyprocess.SlackBuild index 8fb9a7aa975b..aa6d21afb411 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 ;; |