prefix cronjob path with buildroot
This commit is contained in:
parent
8b84ee0dba
commit
a426f6ec13
4
ghc.spec
4
ghc.spec
@ -206,8 +206,8 @@ done
|
|||||||
%ghc_strip_dynlinked
|
%ghc_strip_dynlinked
|
||||||
|
|
||||||
%if %{with doc}
|
%if %{with doc}
|
||||||
mkdir -p %{_sysconfdir}/cron.hourly
|
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.hourly
|
||||||
install -p --mode=755 %SOURCE3 %{_sysconfdir}/cron.hourly/ghc-doc-index
|
install -p --mode=755 %SOURCE3 ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.hourly/ghc-doc-index
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user