summaryrefslogtreecommitdiffstats
path: root/libraries/html5lib/html5lib.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/html5lib/html5lib.SlackBuild')
-rw-r--r--libraries/html5lib/html5lib.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/html5lib/html5lib.SlackBuild b/libraries/html5lib/html5lib.SlackBuild
index 33a74c18d6..e04b45d0b3 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 \) \