From ad5af6773aad7e0189e98624b1e07996864fcbb6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 12 Oct 2016 12:02:19 +0900 Subject: [PATCH] update comments for %ghc_libs_build and %ghc_libs_install --- macros.ghc-extra | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros.ghc-extra b/macros.ghc-extra index 6c810b2..7aa80c0 100644 --- a/macros.ghc-extra +++ b/macros.ghc-extra @@ -63,7 +63,7 @@ This package provides the Haskell %{pkgname} library development files.\ %{?devel_doc_files:%doc %devel_doc_files}\ %{nil} -# ghc_sublib_build [name-version] ... +# ghc_libs_build [name-version] ... %ghc_libs_build()\ HOME=$PWD\ %define cabal_configure_options --user\ @@ -84,7 +84,7 @@ cd ..\ done\ %{nil} -# ghc_sublib_install [name-version] ... +# ghc_libs_install [name-version] ... %ghc_libs_install()\ HOME=$PWD\ args="%*"\