summaryrefslogtreecommitdiffstats
path: root/slackware64-current/source/n/mutt/mutt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'slackware64-current/source/n/mutt/mutt.SlackBuild')
-rwxr-xr-xslackware64-current/source/n/mutt/mutt.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/slackware64-current/source/n/mutt/mutt.SlackBuild b/slackware64-current/source/n/mutt/mutt.SlackBuild
index 730ae6112..37dac24e4 100755
--- a/slackware64-current/source/n/mutt/mutt.SlackBuild
+++ b/slackware64-current/source/n/mutt/mutt.SlackBuild
@@ -19,6 +19,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)
+
PKGNAM=mutt
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-1}
@@ -34,7 +36,6 @@ if [ -z "$ARCH" ]; then
fi
TMP=${TMP:-/tmp}
-CWD=$(pwd)
NUMJOBS=${NUMJOBS:-" -j7 "}
if [ "$ARCH" = "i486" ]; then