[ghc/el6] add attributes for ghost files in ppc64 bootstrap

Jens Petersen petersen at fedoraproject.org
Wed May 9 04:22:35 UTC 2012


commit c343fb17758d7c591db2207e0beebb006a7798a5
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed May 9 13:22:03 2012 +0900

    add attributes for ghost files in ppc64 bootstrap

 ghc.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ghc.spec b/ghc.spec
index 0882ed3..6911fcb 100644
--- a/ghc.spec
+++ b/ghc.spec
@@ -374,10 +374,10 @@ fi
 %{_bindir}/ghci-%{version}
 %{_bindir}/hp2ps
 %{_bindir}/hpc
-%ghost %{_bindir}/hsc2hs
+%ghost %attr(755,root,root) %{_bindir}/hsc2hs
 %{_bindir}/hsc2hs-ghc
 %{_bindir}/runghc
-%ghost %{_bindir}/runhaskell
+%ghost %attr(755,root,root) %{_bindir}/runhaskell
 %{_bindir}/runhaskell-ghc
 %dir %{ghclibdir}
 %{ghclibdir}/extra-gcc-opts
@@ -391,7 +391,7 @@ fi
 %{ghclibdir}/ghci-usage.txt
 %{ghclibdir}/hsc2hs
 %dir %{ghclibdir}/package.conf.d
-%ghost %{ghclibdir}/package.conf.d/package.cache
+%ghost %attr(755,root,root) %{ghclibdir}/package.conf.d/package.cache
 %{ghclibdir}/runghc
 %{ghclibdir}/template-hsc.h
 %{ghclibdir}/unlit


More information about the scm-commits mailing list