diff options
Diffstat (limited to 'development/xdebug/xdebug.SlackBuild')
-rw-r--r-- | development/xdebug/xdebug.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/xdebug/xdebug.SlackBuild b/development/xdebug/xdebug.SlackBuild index 97911fd22a..19f453112f 100644 --- a/development/xdebug/xdebug.SlackBuild +++ b/development/xdebug/xdebug.SlackBuild @@ -23,7 +23,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xdebug -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -111,7 +111,7 @@ cd debugclient --with-libedit make make install DESTDIR=$PKG -cd - +cd .. mkdir -p $PKG/etc/php install -m 644 $CWD/xdebug.ini $PKG/etc/php/xdebug.ini.new |