summaryrefslogtreecommitdiffstats
path: root/network/prettyping/prettyping.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/prettyping/prettyping.SlackBuild')
-rw-r--r--network/prettyping/prettyping.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/prettyping/prettyping.SlackBuild b/network/prettyping/prettyping.SlackBuild
index 80b1e9015b..8917b21ae9 100644
--- a/network/prettyping/prettyping.SlackBuild
+++ b/network/prettyping/prettyping.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=prettyping
VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}