diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-07-12 21:15:38 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-15 07:33:51 +0700 |
commit | c230452dc8bcf695e5c640039578ac4c2fa8e250 (patch) | |
tree | 402dcd0263bc751ddecd76548dd75c247f518f1e /libraries/html5lib/html5lib.SlackBuild | |
parent | 77ec2dd9ba5cf1d3ae5a6e5f5a474b48f117bf9e (diff) |
libraries/html5lib: Updated for version 0.999999999
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'libraries/html5lib/html5lib.SlackBuild')
-rw-r--r-- | libraries/html5lib/html5lib.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/html5lib/html5lib.SlackBuild b/libraries/html5lib/html5lib.SlackBuild index 33a74c18d6082..e04b45d0b3b75 100644 --- a/libraries/html5lib/html5lib.SlackBuild +++ b/libraries/html5lib/html5lib.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=html5lib -VERSION=${VERSION:-0.9999999} +VERSION=${VERSION:-0.999999999} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,9 +45,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-python-$VERSION -tar xvf $CWD/$PRGNAM-python-$VERSION.tar.gz -cd $PRGNAM-python-$VERSION +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |