diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-07-07 01:13:46 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-07-07 01:13:46 +0000 |
commit | 81ce1deb0b0a4d23325a9d7f9efa473fcfe0e8e1 (patch) | |
tree | a6bd8aea407498b87990a2910886ae688bd0b9c3 /x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild | |
parent | Dep=rdep for upcoming rdep changes (diff) | |
download | gentoo-2-81ce1deb0b0a4d23325a9d7f9efa473fcfe0e8e1.tar.gz gentoo-2-81ce1deb0b0a4d23325a9d7f9efa473fcfe0e8e1.tar.bz2 gentoo-2-81ce1deb0b0a4d23325a9d7f9efa473fcfe0e8e1.zip |
fix for bug #91847, fix symlink
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild')
-rw-r--r-- | x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild b/x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild index 7ea73bef95bd..4e2968c7ee73 100644 --- a/x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild +++ b/x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-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/x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild,v 1.2 2005/05/09 03:00:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild,v 1.3 2005/07/07 01:13:46 allanonjl Exp $ inherit eutils @@ -36,5 +36,5 @@ src_install() { dobin switch2 newman switch.1 gtk-theme-switch2.1 - dosym gtk-theme-switch.1 /usr/share/man/man1/switch2.1 + dosym gtk-theme-switch2.1 /usr/share/man/man1/switch2.1 } |