]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
patches/php: small changes
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 19 Nov 2007 17:00:34 +0000 (17:00 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 19 Nov 2007 17:00:34 +0000 (17:00 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1453 370017ae-e619-0410-ac65-c121f96126d4

patches/php/php.SlackBuild

index 3ecd5e97b7d9e2bd271fbd3ee5c0d305052a3079..e09f248be8cc683cd37c8e755cd935ea2aa4aa28 100755 (executable)
@@ -22,7 +22,7 @@
 #  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-# Small changes by rhatto at riseup.net
+# Changed by rhatto at riseup.net to fit slack.sarava.org needs
 #
 
 # needs a function from simplepkg, but slightly changed
@@ -105,7 +105,7 @@ if [ "$RTOOL" == "wget" ]; then
   # rm -rf $SRC_DIR/pear*
   mkdir -p $SRC_DIR/pear
 
-  if [ "$PHP_SERIES" == "5"]; then
+  if [ "$PHP_SERIES" == "5" ]; then
     pearlist="$PARSER"
   elif [ "$VERSION" == "4.4.2" ]; then
     pearlist="$DB $HTTP $MAIL $SMTP $SOCKET $PARSER $RPC"