diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 00:54:14 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 00:54:14 -0600 |
commit | 63a3f70083631d9d6d974d9f6c84ef4de3caacd4 (patch) | |
tree | 1774f4662c1b7b30af9388696190cc4180b84357 /python | |
parent | bf1d7010559e16d74859ddc75ce96915f1bacebf (diff) | |
download | slackbuilds-63a3f70083631d9d6d974d9f6c84ef4de3caacd4.tar.gz |
python/python3-gitdb2: Fixed PRGNAM in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-gitdb2/python3-gitdb2.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/python3-gitdb2/python3-gitdb2.SlackBuild b/python/python3-gitdb2/python3-gitdb2.SlackBuild index 2ea06e4bea..794cddab31 100644 --- a/python/python3-gitdb2/python3-gitdb2.SlackBuild +++ b/python/python3-gitdb2/python3-gitdb2.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=gitdb2 -PRGNAM=python3-$SRCNAM +PRGNAM=python3-gitdb2 VERSION=${VERSION:-2.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=gitdb2 + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; |