diff options
Diffstat (limited to 'development/xdebug/xdebug.SlackBuild')
-rw-r--r-- | development/xdebug/xdebug.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
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 <hba.nihilismus@gmail.com> -# 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 |