summaryrefslogtreecommitdiffstats
path: root/games/onscripter/onscripter.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/onscripter/onscripter.SlackBuild')
-rw-r--r--games/onscripter/onscripter.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/onscripter/onscripter.SlackBuild b/games/onscripter/onscripter.SlackBuild
index 2de9658303..f13160907a 100644
--- a/games/onscripter/onscripter.SlackBuild
+++ b/games/onscripter/onscripter.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=onscripter
VERSION=${VERSION:-20200419}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}