aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-11-19 17:00:34 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-11-19 17:00:34 +0000
commit9646ff62cf6b2014f2cf1583d6ef63cebc125801 (patch)
tree3f65be51790c81eca32494feda1ad52b56e481bb /patches
parent99b80e562c0ce03325239df938dd1eca575f6500 (diff)
downloadslackbuilds-9646ff62cf6b2014f2cf1583d6ef63cebc125801.tar.gz
slackbuilds-9646ff62cf6b2014f2cf1583d6ef63cebc125801.tar.bz2
patches/php: small changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1453 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'patches')
-rwxr-xr-xpatches/php/php.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild
index 3ecd5e97..e09f248b 100755
--- a/patches/php/php.SlackBuild
+++ b/patches/php/php.SlackBuild
@@ -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"