summaryrefslogtreecommitdiffstats
path: root/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild')
-rw-r--r--perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild b/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild
index 97370cffde..c3cee6e06e 100644
--- a/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild
+++ b/perl/perl-String-ShellQuote/perl-String-ShellQuote.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-String-ShellQuote"
VERSION=${VERSION:-1.04}
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}