diff options
Diffstat (limited to 'python/p4python')
-rw-r--r-- | python/p4python/p4python.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/p4python/p4python.SlackBuild b/python/p4python/p4python.SlackBuild index 23777ca13e..342c5d7a5d 100644 --- a/python/p4python/p4python.SlackBuild +++ b/python/p4python/p4python.SlackBuild @@ -2,9 +2,8 @@ # SlackBuild for p4python, Andy Bailey <GooseYArd@gmail.com> -LOCALVER=`tar tf p4python.tgz 2> /dev/null | head -1 | cut -d- -f 2 | cut -d/ -f1` PRGNAM=p4python -VERSION=${VERSION:-$LOCALVER} +VERSION=${VERSION:-2010.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |