summaryrefslogtreecommitdiffstats
path: root/games/mog/mog.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/mog/mog.SlackBuild')
-rw-r--r--games/mog/mog.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/mog/mog.SlackBuild b/games/mog/mog.SlackBuild
index 1742c7564b..b20336bb67 100644
--- a/games/mog/mog.SlackBuild
+++ b/games/mog/mog.SlackBuild
@@ -22,6 +22,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=mog
VERSION=${VERSION:-0.63.1548}
SRCVER=$(echo $VERSION | sed "s/.1548/-1548/")
@@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}