diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-11-27 14:24:26 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-11-27 14:24:26 +0000 |
commit | 75714994bcbd3c21e493881a505c4469bcc48996 (patch) | |
tree | fcc91dd45f88dc8dd581f932e6780c1169104089 /app-shells | |
parent | version bump (diff) | |
download | gentoo-2-75714994bcbd3c21e493881a505c4469bcc48996.tar.gz gentoo-2-75714994bcbd3c21e493881a505c4469bcc48996.tar.bz2 gentoo-2-75714994bcbd3c21e493881a505c4469bcc48996.zip |
Removing .tcsh.config from dodoc as it doesn't exist
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/Manifest | 2 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.14-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/tcsh/Manifest b/app-shells/tcsh/Manifest index 08146214668f..82bbba4828ca 100644 --- a/app-shells/tcsh/Manifest +++ b/app-shells/tcsh/Manifest @@ -1,6 +1,6 @@ MD5 1b865e9c0349146f352678370c667127 tcsh-6.13-r1.ebuild 1889 MD5 c250d0af9e636acf93f75180f66ed639 tcsh-6.14.ebuild 1234 -MD5 11f0221efcc822e43aec2f334a927002 tcsh-6.14-r2.ebuild 2338 +MD5 55cd6b67cc15443aba4889c5b2c652ed tcsh-6.14-r2.ebuild 2325 MD5 89674d2fb5c06a3b4b5310a3212c81a2 tcsh-6.12-r3.ebuild 1382 MD5 40885229543eeb01a6a91b426c29e29d tcsh-6.13.ebuild 1249 MD5 2076c4be609061fe61b9e961b3abc6f1 tcsh-6.14-r1.ebuild 2542 diff --git a/app-shells/tcsh/tcsh-6.14-r2.ebuild b/app-shells/tcsh/tcsh-6.14-r2.ebuild index d9d1d2f79e5d..cb854d73357f 100644 --- a/app-shells/tcsh/tcsh-6.14-r2.ebuild +++ b/app-shells/tcsh/tcsh-6.14-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r2.ebuild,v 1.1 2005/11/20 17:06:55 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r2.ebuild,v 1.2 2005/11/27 14:24:26 grobian Exp $ inherit eutils @@ -61,7 +61,7 @@ src_install() { "${WORKDIR}"/gentoo/tcsh-aliases \ "${WORKDIR}"/gentoo/tcsh-complete \ "${WORKDIR}"/gentoo/tcsh-gentoo_legacy \ - "${WORKDIR}"/gentoo/tcsh.config .tcsh.config + "${WORKDIR}"/gentoo/tcsh.config } pkg_postinst() { |