Browse Source

* fixed php postmake hook that copies the ini files to docdir

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20606 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
ac5654fa53
  1. 4
      develop/php/php.conf

4
develop/php/php.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../php/php.conf
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -88,7 +88,7 @@ if [ "$SDECFG_PKG_PHP_EXTRACONFOPT" ]; then
var_append extraconfopt " " "$SDECFG_PKG_PHP_EXTRACONFOPT"
fi
hook_add postmake 5 'cp php.ini-* $docdir'
hook_add postmake 5 'cp php.ini-* $root$docdir'
# HACK ALERT
fix_configure() {

Loading…
Cancel
Save