python/polib: Fix doc location.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-11-22 06:17:28 +07:00
parent 4d220f89f3
commit 589c5b8ffe
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -38,7 +38,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
if [ "$ARCH" = "i586" ]; then
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
LIBDIRSUFFIX=""
@ -82,7 +82,7 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
# Don't fail if sphinx not installed
if [ -x /usr/bin/sphinx-build ] ; then
( cd $TMP/$PRGNAM-$VERSION/doc
( cd $TMP/$PRGNAM-$VERSION/docs
make html
make pickle
make json