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