commit: 4a973b8ece257d1665cea9bba359430073789981
Author: Heather <heather <AT> live <DOT> ru>
AuthorDate: Sun Jan 11 07:36:38 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 07:36:38 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=4a973b8e
Update fake-9999.ebuild
---
dev-dotnet/fake/fake-9999.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-dotnet/fake/fake-9999.ebuild b/dev-dotnet/fake/fake-9999.ebuild
index acc7572..29251cf 100644
--- a/dev-dotnet/fake/fake-9999.ebuild
+++ b/dev-dotnet/fake/fake-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -44,5 +44,9 @@ src_install() {
insinto /usr/lib/mono/FAKE/"${FRAMEWORK}"/
doins build/FAKE.exe
doins build/FakeLib.dll
+ doins build/UnionArgParser.dll
+ nonfatal doins tools/FAKE/tools/Newtonsoft.Json.dll
+ nonfatal doins tools/FAKE/tools/Fake.SQL.dll
+ nonfatal doins tools/FAKE/tools/NuGet.Core.dll
make_wrapper fake "mono /usr/lib/mono/FAKE/${FRAMEWORK}/FAKE.exe"
}