From c6636d9fc9bb4855b2128988663e5c6894aa2555 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Fri, 3 Jan 2020 00:47:03 -0600 Subject: python/python3-pyrsistent: Fixed PRGNAM in build script Signed-off-by: Robby Workman --- python/python3-pyrsistent/python3-pyrsistent.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/python3-pyrsistent/python3-pyrsistent.SlackBuild') diff --git a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild index d4adab0789..7d9ea7f7a1 100644 --- a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild +++ b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild @@ -22,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=pyrsistent -PRGNAM=python3-$SRCNAM +PRGNAM=python3-pyrsistent VERSION=${VERSION:-0.15.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=pyrsistent + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; -- cgit v1.2.3