diff options
author | 2004-01-05 21:26:11 +0000 | |
---|---|---|
committer | 2004-01-05 21:26:11 +0000 | |
commit | 4e514da06e155ca3dfe1f7a746f09eb96bac2ff8 (patch) | |
tree | 02e5a5e24a10cad8b70b11d4fb48bf9038872669 /dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-4e514da06e155ca3dfe1f7a746f09eb96bac2ff8.tar.gz gentoo-2-4e514da06e155ca3dfe1f7a746f09eb96bac2ff8.tar.bz2 gentoo-2-4e514da06e155ca3dfe1f7a746f09eb96bac2ff8.zip |
Fix for bug #36295
Diffstat (limited to 'dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild')
-rw-r--r-- | dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild b/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild index 6327a26da4ce..1583b4591d64 100644 --- a/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild +++ b/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild,v 1.1 2004/01/05 03:50:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-accelerator/php-accelerator-1.3.3-r1.ebuild,v 1.2 2004/01/05 21:26:00 stuart Exp $ DESCRIPTION="The ionCube PHP Accelerator" HOMEPAGE="http://www.php-accelerator.co.uk/" @@ -63,9 +63,6 @@ src_install() { php-ext-base_src_install -} - -pkg_postinst() { php-ext-base_addtoinifiles "phpa.shm_user" '"apache"' php-ext-base_addtoinifiles "phpa.shm_group" '"apache"' } |