summaryrefslogtreecommitdiffstats
path: root/libraries/mongo-cxx-driver
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/mongo-cxx-driver')
-rw-r--r--libraries/mongo-cxx-driver/mongo-cxx-driver.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/mongo-cxx-driver/mongo-cxx-driver.SlackBuild b/libraries/mongo-cxx-driver/mongo-cxx-driver.SlackBuild
index e03ad39e03..30ae7c1f49 100644
--- a/libraries/mongo-cxx-driver/mongo-cxx-driver.SlackBuild
+++ b/libraries/mongo-cxx-driver/mongo-cxx-driver.SlackBuild
@@ -20,6 +20,8 @@
# (INCLUDING NEGLIGENCE OR 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=mongo-cxx-driver
VERSION=${VERSION:-r3.1.1}
BUILD=${BUILD:-1}
@@ -33,7 +35,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}