aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-05-14 17:12:23 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-05-14 17:12:23 +0000
commit7cd715862eb2ec2c5e396ebd692aea9d171f90a6 (patch)
treed91c1b0ca5c8d2d77618288635b8b08918553187 /dev
parentaee8f4ece7c03712e06c1648073329fc06e96a88 (diff)
downloadslackbuilds-7cd715862eb2ec2c5e396ebd692aea9d171f90a6.tar.gz
slackbuilds-7cd715862eb2ec2c5e396ebd692aea9d171f90a6.tar.bz2
pecl-http: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1228 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev')
-rwxr-xr-xdev/php4/pecl-http/pecl-http.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/php4/pecl-http/pecl-http.build b/dev/php4/pecl-http/pecl-http.build
index 0ad94073..c53f9320 100755
--- a/dev/php4/pecl-http/pecl-http.build
+++ b/dev/php4/pecl-http/pecl-http.build
@@ -39,7 +39,7 @@ TMP=${TMP:=/tmp}
RTOOL="wget"
PACKAGE_EXT="tgz"
-SRC="$PACKAGE-$VERSION.$PACKAGE_EXT"
+SRC="pecl_http-$VERSION.$PACKAGE_EXT"
URL="http://pecl.php.net/get/$SRC"
if [ "$ARCH" == "x86_64" ]; then
@@ -74,7 +74,7 @@ fi
cd $TMP
tar xvf $SRC_DIR/$SRC || exit $ERROR_TAR
-cd SQLite-$VERSION
+cd pecl_http-$VERSION
phpize
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR || exit $ERROR_CONF