From 57b6030f26f4ad48e85dcd1f8588d79019c15fdd Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 6 Feb 2016 22:49:35 +0100 Subject: development/xdebug: Updated for version 2.3.3. Signed-off-by: Heinz Wiesinger --- development/xdebug/xdebug.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'development/xdebug/xdebug.SlackBuild') diff --git a/development/xdebug/xdebug.SlackBuild b/development/xdebug/xdebug.SlackBuild index 3d4a2b3d16..686a1ea767 100644 --- a/development/xdebug/xdebug.SlackBuild +++ b/development/xdebug/xdebug.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for xdebug # Copyright (c) 2010, Antonio Hernández Blas -# Copyright 2011-2014 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2011-2016 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xdebug -VERSION=${VERSION:-2.2.6} +VERSION=${VERSION:-2.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -114,9 +114,9 @@ cd debugclient make install DESTDIR=$PKG cd .. -mkdir -p $PKG/etc/php -install -m 644 $CWD/xdebug.ini $PKG/etc/php/xdebug.ini.new -sed -i "s/LIBDIR/lib$LIBDIRSUFFIX/g" $PKG/etc/php/xdebug.ini.new +mkdir -p $PKG/etc/php.d +install -m 644 $CWD/xdebug.ini $PKG/etc/php.d/xdebug.ini.new +sed -i "s/LIBDIR/lib$LIBDIRSUFFIX/g" $PKG/etc/php.d/xdebug.ini.new mkdir -p $PKG/usr/lib$LIBDIRSUFFIX/php/.pkgxml install -m 644 $TMP/package.xml $PKG/usr/lib$LIBDIRSUFFIX/php/.pkgxml/xdebug.xml -- cgit v1.2.3