diff options
Diffstat (limited to 'haskell/haskell-texmath/haskell-texmath.SlackBuild')
-rw-r--r-- | haskell/haskell-texmath/haskell-texmath.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haskell/haskell-texmath/haskell-texmath.SlackBuild b/haskell/haskell-texmath/haskell-texmath.SlackBuild index 204e9834c6..710c3645c0 100644 --- a/haskell/haskell-texmath/haskell-texmath.SlackBuild +++ b/haskell/haskell-texmath/haskell-texmath.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=haskell-texmath VERSION=${VERSION:-0.11.1.1} BUILD=${BUILD:-1} @@ -41,7 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |