install ghc-doc-index in bindir
This commit is contained in:
parent
f3e1561131
commit
d429c0f8f5
3
ghc.spec
3
ghc.spec
@ -311,6 +311,7 @@ done
|
|||||||
mkdir -p %{buildroot}%{_sysconfdir}/cron.hourly
|
mkdir -p %{buildroot}%{_sysconfdir}/cron.hourly
|
||||||
install -p --mode=755 %SOURCE3 %{buildroot}%{_sysconfdir}/cron.hourly/ghc-doc-index
|
install -p --mode=755 %SOURCE3 %{buildroot}%{_sysconfdir}/cron.hourly/ghc-doc-index
|
||||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ghc
|
mkdir -p %{buildroot}%{_localstatedir}/lib/ghc
|
||||||
|
install -p -m 0644 %SOURCE4 %{buildroot}%{_bindir}/ghc-doc-index
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -368,7 +369,6 @@ fi
|
|||||||
%doc ANNOUNCE HACKING LICENSE README
|
%doc ANNOUNCE HACKING LICENSE README
|
||||||
%{_bindir}/ghc
|
%{_bindir}/ghc
|
||||||
%{_bindir}/ghc-%{version}
|
%{_bindir}/ghc-%{version}
|
||||||
%{_bindir}/ghc-doc-index
|
|
||||||
%{_bindir}/ghc-pkg
|
%{_bindir}/ghc-pkg
|
||||||
%{_bindir}/ghc-pkg-%{version}
|
%{_bindir}/ghc-pkg-%{version}
|
||||||
%{_bindir}/ghci
|
%{_bindir}/ghci
|
||||||
@ -399,6 +399,7 @@ fi
|
|||||||
%dir %{_docdir}/ghc
|
%dir %{_docdir}/ghc
|
||||||
%dir %{ghcdocbasedir}
|
%dir %{ghcdocbasedir}
|
||||||
%if %{undefined without_haddock}
|
%if %{undefined without_haddock}
|
||||||
|
%{_bindir}/ghc-doc-index
|
||||||
%{_bindir}/haddock
|
%{_bindir}/haddock
|
||||||
%{_bindir}/haddock-ghc-%{version}
|
%{_bindir}/haddock-ghc-%{version}
|
||||||
%{ghclibdir}/haddock
|
%{ghclibdir}/haddock
|
||||||
|
Loading…
Reference in New Issue
Block a user