summaryrefslogtreecommitdiffstats
path: root/libraries/gevent/gevent.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gevent/gevent.SlackBuild')
-rw-r--r--libraries/gevent/gevent.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/gevent/gevent.SlackBuild b/libraries/gevent/gevent.SlackBuild
index 07e7427831..28f05694b1 100644
--- a/libraries/gevent/gevent.SlackBuild
+++ b/libraries/gevent/gevent.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=gevent
VERSION=${VERSION:-21.1.2}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}