From f02ef7d56a27db25b7914a9f91aceb9f9b08310e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 14 May 2018 20:59:13 +0200 Subject: [PATCH] dev-lang/fsharp: fix build --- packages/dev-lang/fsharp/fsharp-scm.exheres-0 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/dev-lang/fsharp/fsharp-scm.exheres-0 b/packages/dev-lang/fsharp/fsharp-scm.exheres-0 index f51e256..1ed4e6e 100644 --- a/packages/dev-lang/fsharp/fsharp-scm.exheres-0 +++ b/packages/dev-lang/fsharp/fsharp-scm.exheres-0 @@ -1,8 +1,7 @@ # Copyright 2012 Nikolay Orlyuk # Distributed under the terms of the GNU General Public License v2 -require github \ - autotools [ supported_automake=[ 1.12 ] supported_autoconf=[ 2.5 ] ] +require github SUMMARY="The F# compiler, core library and core tools (open source edition)" @@ -20,8 +19,6 @@ DEPENDENCIES=" BUGS_TO="virkony@gmail.com" -DEFAULT_SRC_CONFIGURE_PARAMS=( --with-gacdir="/usr/$(exhost --target)/lib/mono/gac" ) - DEFAULT_SRC_COMPILE_PARAMS=( -j1 ) src_compile() { @@ -37,6 +34,10 @@ src_install() { default esandbox enable_net + dodir /usr/$(exhost --target) + edo mv "${IMAGE}"/usr/lib "${IMAGE}"/usr/$(exhost --target)/lib + edo mv "${IMAGE}"/usr/bin "${IMAGE}"/usr/$(exhost --target)/bin + # delete empty directories edo find "${IMAGE}" -type d -empty -delete }