mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/p4api: Fix typo in script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
f9072cec4d
commit
8f8a0609cb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ TAG=${TAG:-_SBo}
|
|||
|
||||
###sbolint off (because VERSION is being redefined)
|
||||
LOCALVER=`tar tf p4api.tgz 2> /dev/null | head -1 | cut -d- -f 2 | cut -d/ -f1`
|
||||
VERSION=${VERSION:-$LOCALVER}
|
||||
VERSION=${LOCALVER:-$VERSION}
|
||||
###sbolint on
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
Loading…
Reference in a new issue