diff options
author | sibel <lesibel at free dot fr> | 2010-07-26 16:35:47 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-26 16:35:47 +0200 |
commit | 3b976e63cc4a3c0a87089bca6a05f07f2513cd47 (patch) | |
tree | f1f16cb459613cfd393b4b89e4ebf84f1ef74f6e /extra/php/Pkgfile | |
parent | 42f5159a7a965d06abb62785c6f9c8de3fb0a837 (diff) | |
download | nutyx-extra-3b976e63cc4a3c0a87089bca6a05f07f2513cd47.tar.gz nutyx-extra-3b976e63cc4a3c0a87089bca6a05f07f2513cd47.tar.bz2 nutyx-extra-3b976e63cc4a3c0a87089bca6a05f07f2513cd47.tar.xz nutyx-extra-3b976e63cc4a3c0a87089bca6a05f07f2513cd47.zip |
maj de php#5.3.3-1.
Diffstat (limited to 'extra/php/Pkgfile')
-rw-r--r-- | extra/php/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/php/Pkgfile b/extra/php/Pkgfile index fbc40a0eb..9f4ab9bb4 100644 --- a/extra/php/Pkgfile +++ b/extra/php/Pkgfile @@ -5,7 +5,7 @@ # Depends on: mysql, apache, libxml2, libpng name=php -version=5.2.13 +version=5.3.3 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2) @@ -36,6 +36,6 @@ build () { make make INSTALL_ROOT=$PKG install rm -r $PKG/etc/apache - sed -i "/^extension_dir/s|\./|/usr/lib/php/extensions|" php.ini-dist - install -D -m 644 php.ini-dist $PKG/etc/php.ini +# sed -i "/^extension_dir/s|\./|/usr/lib/php/extensions|" php.ini-dist + install -D -m 644 php.ini-production $PKG/etc/php.ini } |