summaryrefslogtreecommitdiffstats
path: root/games/smokinguns/smokinguns.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/smokinguns/smokinguns.SlackBuild')
-rw-r--r--games/smokinguns/smokinguns.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/smokinguns/smokinguns.SlackBuild b/games/smokinguns/smokinguns.SlackBuild
index e825cd12f1..c34bfc41fd 100644
--- a/games/smokinguns/smokinguns.SlackBuild
+++ b/games/smokinguns/smokinguns.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=smokinguns
VERSION=${VERSION:-1.1}
BUILD=${BUILD:-1}
@@ -29,7 +31,6 @@ TAG=${TAG:-_SBo}
ARCH=i386 # i386 binary only
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}