diff options
author | Heinz Wiesinger <HMWiesinger@gmx.at> | 2010-05-11 22:22:39 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:22:39 +0200 |
commit | 8e7fc03407c9f4f62d3894be3121f90fed406769 (patch) | |
tree | 772c2cac9001f608b08b3267fa09bf87473c2e71 /development/mod_perl/mod_perl.SlackBuild | |
parent | a8b9186859eed5ac79236136590291385805525e (diff) | |
download | slackbuilds-8e7fc03407c9f4f62d3894be3121f90fed406769.tar.gz |
development/mod_perl: Updated for version 2.0.4
Diffstat (limited to 'development/mod_perl/mod_perl.SlackBuild')
-rw-r--r-- | development/mod_perl/mod_perl.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/mod_perl/mod_perl.SlackBuild b/development/mod_perl/mod_perl.SlackBuild index fce60e4241..46d1f19f04 100644 --- a/development/mod_perl/mod_perl.SlackBuild +++ b/development/mod_perl/mod_perl.SlackBuild @@ -1,9 +1,8 @@ #!/bin/sh # Slackware build script for mod_perl -# Written by ppr:kut <hmwiesinger@gmx.at> -# Copyright 2007 Heinz Wiesinger +# Copyright 2007-2008 Heinz Wiesinger <hmwiesinger@gmx.at> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,10 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mod_perl -VERSION=2.0.3 +VERSION=2.0.4 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -44,7 +44,7 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -perl Makefile.PL MP_APXS=/usr/sbin/apxs +perl Makefile.PL MP_APXS=/usr/sbin/apxs INSTALLDIRS=vendor make make install DESTDIR=$PKG |