summaryrefslogtreecommitdiffstats
path: root/python/python3-ptyprocess/python3-ptyprocess.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-ptyprocess/python3-ptyprocess.SlackBuild')
-rw-r--r--python/python3-ptyprocess/python3-ptyprocess.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-ptyprocess/python3-ptyprocess.SlackBuild b/python/python3-ptyprocess/python3-ptyprocess.SlackBuild
index da1df4397d..e37af9ee7f 100644
--- a/python/python3-ptyprocess/python3-ptyprocess.SlackBuild
+++ b/python/python3-ptyprocess/python3-ptyprocess.SlackBuild
@@ -23,6 +23,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=python3-ptyprocess
VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
@@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}