diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-29 18:10:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-29 18:10:03 +0000 |
commit | 55b02dca41c6ca4791c19b37a6302f9ddd12d81d (patch) | |
tree | 21a9b807151ec9700d062d6e6ae0320aa8a2d325 /sci-electronics/eagle/eagle-4.16_p1.ebuild | |
parent | Update to 1.26, mark 1.21 stable on x86. (diff) | |
download | historical-55b02dca41c6ca4791c19b37a6302f9ddd12d81d.tar.gz historical-55b02dca41c6ca4791c19b37a6302f9ddd12d81d.tar.bz2 historical-55b02dca41c6ca4791c19b37a6302f9ddd12d81d.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'sci-electronics/eagle/eagle-4.16_p1.ebuild')
-rw-r--r-- | sci-electronics/eagle/eagle-4.16_p1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-electronics/eagle/eagle-4.16_p1.ebuild b/sci-electronics/eagle/eagle-4.16_p1.ebuild index bc222ecbf2c9..5be9e3e554a9 100644 --- a/sci-electronics/eagle/eagle-4.16_p1.ebuild +++ b/sci-electronics/eagle/eagle-4.16_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/eagle/eagle-4.16_p1.ebuild,v 1.3 2007/04/18 18:37:28 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/eagle/eagle-4.16_p1.ebuild,v 1.4 2007/04/29 18:10:03 tove Exp $ inherit eutils @@ -60,9 +60,8 @@ src_install() { # Remove docs left in INSTALLDIR rm -rf "${D}"/${INSTALLDIR}/{README,install,${MANFILE}} "${D}"/${INSTALLDIR}/doc "${D}"/${INSTALLDIR}/man - insinto /etc/env.d echo -e "PATH=${INSTALLDIR}/bin\nROOTPATH=${INSTALLDIR}/bin" > "${S}"/90eagle - doins "${S}"/90eagle + doenvd "${S}"/90eagle # Create desktop entry doicon bin/${PN}.xpm |