summaryrefslogtreecommitdiffstats
path: root/perl/perl-html-form/perl-html-form.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-html-form/perl-html-form.SlackBuild')
-rw-r--r--perl/perl-html-form/perl-html-form.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-html-form/perl-html-form.SlackBuild b/perl/perl-html-form/perl-html-form.SlackBuild
index 3741757d54..24e39d87d5 100644
--- a/perl/perl-html-form/perl-html-form.SlackBuild
+++ b/perl/perl-html-form/perl-html-form.SlackBuild
@@ -25,6 +25,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-html-form
VERSION=${VERSION:-6.07}
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}