diff options
Diffstat (limited to 'python/python3-pypresence/python3-pypresence.SlackBuild')
-rw-r--r-- | python/python3-pypresence/python3-pypresence.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-pypresence/python3-pypresence.SlackBuild b/python/python3-pypresence/python3-pypresence.SlackBuild index 3c691d89699b2..23b3811617e52 100644 --- a/python/python3-pypresence/python3-pypresence.SlackBuild +++ b/python/python3-pypresence/python3-pypresence.SlackBuild @@ -23,6 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=python3-pypresence SRCNAM=pypresence VERSION=${VERSION:-4.2.0} @@ -37,7 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |