summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-TCP/perl-Test-TCP.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Test-TCP/perl-Test-TCP.SlackBuild')
-rw-r--r--perl/perl-Test-TCP/perl-Test-TCP.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-Test-TCP/perl-Test-TCP.SlackBuild b/perl/perl-Test-TCP/perl-Test-TCP.SlackBuild
index fb9dd4c884..386d0d37a0 100644
--- a/perl/perl-Test-TCP/perl-Test-TCP.SlackBuild
+++ b/perl/perl-Test-TCP/perl-Test-TCP.SlackBuild
@@ -25,6 +25,8 @@
# NEGLIGENCE OR 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="perl-Test-TCP"
VERSION=${VERSION:-2.17}
BUILD=${BUILD:-1}
@@ -40,7 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}