diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-04-05 12:20:24 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-04-05 12:20:24 +0000 |
commit | 09ceeec7dcf38411a8b99d5c445d606857f4d541 (patch) | |
tree | 406c22db0e5def5bd25469cfe675ef13ca29fe1d /dev-dotnet/mono-nat | |
parent | Update patch for fbsplash compile. (diff) | |
download | historical-09ceeec7dcf38411a8b99d5c445d606857f4d541.tar.gz historical-09ceeec7dcf38411a8b99d5c445d606857f4d541.tar.bz2 historical-09ceeec7dcf38411a8b99d5c445d606857f4d541.zip |
Multilib safe.
Package-Manager: portage-2.2_rc28/cvs/Linux x86_64
Diffstat (limited to 'dev-dotnet/mono-nat')
-rw-r--r-- | dev-dotnet/mono-nat/mono-nat-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/mono-nat/mono-nat-1.0.ebuild b/dev-dotnet/mono-nat/mono-nat-1.0.ebuild index df6838cdf622..ffca70bb7604 100644 --- a/dev-dotnet/mono-nat/mono-nat-1.0.ebuild +++ b/dev-dotnet/mono-nat/mono-nat-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.ebuild,v 1.2 2009/04/05 12:17:10 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-nat/mono-nat-1.0.ebuild,v 1.3 2009/04/05 12:18:58 loki_val Exp $ EAPI=2 @@ -36,6 +36,6 @@ src_install() { -e 's;@LIBS@;-r:${libdir}/mono/mono-nat/Mono.Nat.dll;' \ "${FILESDIR}"/${PN}.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/mono.nat.pc \ || die "sed failed" - PKG_CONFIG_PATH="${D}/usr/lib64/pkgconfig/" pkg-config --exists mono.nat || die ".pc file failed to validate." + PKG_CONFIG_PATH="${D}/usr/$(get_libdir)/pkgconfig/" pkg-config --exists mono.nat || die ".pc file failed to validate." eend $? } |