diff options
Diffstat (limited to 'net-dns/avahi/avahi-0.6.21.ebuild')
-rw-r--r-- | net-dns/avahi/avahi-0.6.21.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-dns/avahi/avahi-0.6.21.ebuild b/net-dns/avahi/avahi-0.6.21.ebuild index 016d0be785ea..f96f4ae94702 100644 --- a/net-dns/avahi/avahi-0.6.21.ebuild +++ b/net-dns/avahi/avahi-0.6.21.ebuild @@ -1,8 +1,8 @@ -# Copyright 2000-2007 Gentoo Foundation +# Copyright 2000-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.21.ebuild,v 1.9 2007/11/19 22:19:58 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.21.ebuild,v 1.10 2008/01/01 19:57:12 swegener Exp $ -inherit eutils mono python qt3 qt4 +inherit eutils mono python qt3 qt4 multilib DESCRIPTION="System which facilitates service discovery on a local network" HOMEPAGE="http://avahi.org/" @@ -158,7 +158,7 @@ src_install() { if use autoipd then - insinto /lib/rcscripts/net + insinto /$(get_libdir)/rcscripts/net doins "${FILESDIR}"/autoipd.sh fi |