aboutsummaryrefslogtreecommitdiff
path: root/dev/php4/pecl-http/pecl-http.build
diff options
context:
space:
mode:
Diffstat (limited to 'dev/php4/pecl-http/pecl-http.build')
-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