diff options
Diffstat (limited to 'system/man-pages-ru/man-pages-ru.SlackBuild')
-rw-r--r-- | system/man-pages-ru/man-pages-ru.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/man-pages-ru/man-pages-ru.SlackBuild b/system/man-pages-ru/man-pages-ru.SlackBuild index 6a323b44a238..121de541553c 100644 --- a/system/man-pages-ru/man-pages-ru.SlackBuild +++ b/system/man-pages-ru/man-pages-ru.SlackBuild @@ -27,6 +27,8 @@ # version and document how to get this stuff to work with man-db and a # utf-8 capable terminal. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=man-pages-ru VERSION=${VERSION:-5.03_20191017} # Set the version to something sane. BUILD=${BUILD:-1} @@ -36,7 +38,6 @@ SRCVERSION="$(echo $PRGNAM_*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d _ | re ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |