From be018134b37de671ee64837f7b947e541dbdf364 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 10 Jan 2019 16:29:51 +0100 Subject: [PATCH] Compiler/mpich/build: reviewed --- Compiler/mpich/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Compiler/mpich/build b/Compiler/mpich/build index f34dcb7..7cd2370 100755 --- a/Compiler/mpich/build +++ b/Compiler/mpich/build @@ -1,8 +1,8 @@ #!/usr/bin/env modbuild pbuild::set_download_url "http://www.mpich.org/static/downloads/$V/$P-${V_PKG}.tar.gz" - pbuild::add_to_group 'Compiler' +pbuild::install_docfiles 'COPYRIGHT' 'README' module use System @@ -16,5 +16,3 @@ pbuild::pre_configure() { fi } -pbuild::install_docfiles 'COPYRIGHT' 'README' -pbuild::make_all