]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
pecl-http: small fix
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 14 May 2007 17:12:23 +0000 (17:12 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 14 May 2007 17:12:23 +0000 (17:12 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1228 370017ae-e619-0410-ac65-c121f96126d4

dev/php4/pecl-http/pecl-http.build

index 0ad940733a7e72f563e2799ed9829db05611b1b5..c53f93204d1d41f562264a4ff48ac84f108a2b31 100755 (executable)
@@ -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