diff options
Diffstat (limited to 'games/gnonograms/gnonograms.SlackBuild')
-rw-r--r-- | games/gnonograms/gnonograms.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnonograms/gnonograms.SlackBuild b/games/gnonograms/gnonograms.SlackBuild index c30fe4a1e76b..0a52f1534a1e 100644 --- a/games/gnonograms/gnonograms.SlackBuild +++ b/games/gnonograms/gnonograms.SlackBuild @@ -22,13 +22,14 @@ # 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=gnonograms SRCNAM=gnonograms3 VERSION=${VERSION:-0.9.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |