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