[haskell-platform] sigh, need top_prefix also for filelist files

Jens Petersen petersen at fedoraproject.org
Mon Jun 20 08:01:26 UTC 2011


commit 88ef4fc83fec7a936c79b9e3480fdeaea5834f8e
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jun 20 17:01:11 2011 +0900

    sigh, need top_prefix also for filelist files

 haskell-platform.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/haskell-platform.spec b/haskell-platform.spec
index 0d87c35..91d7b2a 100644
--- a/haskell-platform.spec
+++ b/haskell-platform.spec
@@ -126,11 +126,11 @@ rm %{buildroot}%{_docdir}/%{name}-%{version}/LICENSE
 %doc %{top_prefix}/LICENSE
 
 
-%files -n ghc-%{name} -f ghc-%{name}.files
+%files -n ghc-%{name} -f %{top_prefix}/ghc-%{name}.files
 %defattr(-,root,root,-)
 
 
-%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
+%files -n ghc-%{name}-devel -f %{top_prefix}/ghc-%{name}-devel.files
 %defattr(-,root,root,-)
 
 


More information about the scm-commits mailing list