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