From e3d784aa7f17f83db28f03a396614aa8d93eadb1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 27 Jun 2016 14:01:28 +0900 Subject: [PATCH] fix removal of docdir license file --- ghc-regex-tdfa.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-regex-tdfa.spec b/ghc-regex-tdfa.spec index 3d4548f..b010d48 100644 --- a/ghc-regex-tdfa.spec +++ b/ghc-regex-tdfa.spec @@ -49,12 +49,12 @@ This package provides the Haskell %{pkg_name} library development files. %build %ghc_lib_build -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %post devel %ghc_pkg_recache