diff options
Diffstat (limited to 'net-misc/whois/whois-4.7.22.ebuild')
-rw-r--r-- | net-misc/whois/whois-4.7.22.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/whois/whois-4.7.22.ebuild b/net-misc/whois/whois-4.7.22.ebuild index ca4ba887296c..8121a3fc0b23 100644 --- a/net-misc/whois/whois-4.7.22.ebuild +++ b/net-misc/whois/whois-4.7.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.22.ebuild,v 1.9 2007/09/29 13:33:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.7.22.ebuild,v 1.10 2008/01/07 19:55:03 cardoe Exp $ inherit eutils toolchain-funcs @@ -47,7 +47,7 @@ src_install() { dodoc README if [[ "${USERLAND}" != "GNU" ]]; then - mv ${D}/usr/share/man/man1/{whois,mdwhois}.1 - mv ${D}/usr/bin/{whois,mdwhois} + mv "${D}"/usr/share/man/man1/{whois,mdwhois}.1 + mv "${D}"/usr/bin/{whois,mdwhois} fi } |