summaryrefslogtreecommitdiffstats
path: root/perl/perl-List-AllUtils/perl-List-AllUtils.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-List-AllUtils/perl-List-AllUtils.SlackBuild')
-rw-r--r--perl/perl-List-AllUtils/perl-List-AllUtils.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-List-AllUtils/perl-List-AllUtils.SlackBuild b/perl/perl-List-AllUtils/perl-List-AllUtils.SlackBuild
index d61d32a38c..2ff9dc05f9 100644
--- a/perl/perl-List-AllUtils/perl-List-AllUtils.SlackBuild
+++ b/perl/perl-List-AllUtils/perl-List-AllUtils.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=perl-List-AllUtils
VERSION=${VERSION:-0.16}
BUILD=${BUILD:-1}
@@ -31,7 +33,6 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}