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