diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-07-10 06:19:57 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-07-10 06:19:57 +0000 |
commit | 97a8b5aecdc2ff2b09481188652eb530c999ce43 (patch) | |
tree | c97a853dffb9ae24633f3ee4e142c8fd56ae7dae /app-admin/eselect-php/eselect-php-0.6.7.ebuild | |
parent | Version bump for security. (diff) | |
download | historical-97a8b5aecdc2ff2b09481188652eb530c999ce43.tar.gz historical-97a8b5aecdc2ff2b09481188652eb530c999ce43.tar.bz2 historical-97a8b5aecdc2ff2b09481188652eb530c999ce43.zip |
Fixing path for #425542
Package-Manager: portage-2.2.0_alpha116/cvs/Linux x86_64
Diffstat (limited to 'app-admin/eselect-php/eselect-php-0.6.7.ebuild')
-rw-r--r-- | app-admin/eselect-php/eselect-php-0.6.7.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/eselect-php/eselect-php-0.6.7.ebuild b/app-admin/eselect-php/eselect-php-0.6.7.ebuild index 80e6c22e36c5..6282417280ae 100644 --- a/app-admin/eselect-php/eselect-php-0.6.7.ebuild +++ b/app-admin/eselect-php/eselect-php-0.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.6.7.ebuild,v 1.1 2012/07/09 18:43:48 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.6.7.ebuild,v 1.2 2012/07/10 06:19:57 patrick Exp $ EAPI=4 @@ -16,6 +16,8 @@ IUSE="" DEPEND=">=app-admin/eselect-1.2.4" RDEPEND="${DEPEND}" +S="${WORKDIR}" + src_install() { mv eselect-php-${PV} php.eselect insinto /usr/share/eselect/modules/ |