summaryrefslogtreecommitdiffstats
path: root/games/zseal/zseal.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/zseal/zseal.SlackBuild')
-rw-r--r--games/zseal/zseal.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/zseal/zseal.SlackBuild b/games/zseal/zseal.SlackBuild
index 70db6456f6..9447afc885 100644
--- a/games/zseal/zseal.SlackBuild
+++ b/games/zseal/zseal.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=zseal
VERSION=${VERSION:-1.0}
BUILD=${BUILD:-1}
@@ -46,7 +48,6 @@ case "$ARCH" in
read -t 10 PLACEHOLDER ;;
esac
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}