diff options
Diffstat (limited to 'games/tt/tt.SlackBuild')
-rw-r--r-- | games/tt/tt.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tt/tt.SlackBuild b/games/tt/tt.SlackBuild index eee17947a650..61e92f253b9e 100644 --- a/games/tt/tt.SlackBuild +++ b/games/tt/tt.SlackBuild @@ -21,6 +21,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=tt VERSION=${VERSION:-15.1} BUILD=${BUILD:-1} @@ -34,7 +36,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |