diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pyrsistent/python3-pyrsistent.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python3-pyrsistent/python3-pyrsistent.SlackBuild b/python/python3-pyrsistent/python3-pyrsistent.SlackBuild index d4adab078976..7d9ea7f7a137 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 ;; |