From 61aabf219c22b97b65da988b748a7c6bc04caca6 Mon Sep 17 00:00:00 2001
From: Jens Petersen <petersen@redhat.com>
Date: Thu, 5 Jan 2017 13:28:45 +0900
Subject: [PATCH] no longer remove LICENSE by hand

---
 ghc-base-compat.spec | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ghc-base-compat.spec b/ghc-base-compat.spec
index 7f7ff37..dcee33c 100644
--- a/ghc-base-compat.spec
+++ b/ghc-base-compat.spec
@@ -55,8 +55,6 @@ This package provides the Haskell %{pkg_name} library development files.
 %install
 %ghc_lib_install
 
-rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
-
 
 %check
 %if %{with tests}