forked from lix-project/lix
Attempt to fix the RPM build
This commit is contained in:
parent
bd19959d90
commit
607e75083a
20
nix.spec.in
20
nix.spec.in
|
@ -152,11 +152,11 @@ systemctl start nix-daemon.socket
|
||||||
%{_prefix}/lib/systemd/system/nix-daemon.service
|
%{_prefix}/lib/systemd/system/nix-daemon.service
|
||||||
%endif
|
%endif
|
||||||
%{_datadir}/nix
|
%{_datadir}/nix
|
||||||
%if ! %{without docgen}
|
#%if ! %{without docgen}
|
||||||
%{_mandir}/man1/*.1*
|
#%{_mandir}/man1/*.1*
|
||||||
%{_mandir}/man5/*.5*
|
#%{_mandir}/man5/*.5*
|
||||||
%{_mandir}/man8/*.8*
|
#%{_mandir}/man8/*.8*
|
||||||
%endif
|
#%endif
|
||||||
%config(noreplace) %{_sysconfdir}/profile.d/nix.sh
|
%config(noreplace) %{_sysconfdir}/profile.d/nix.sh
|
||||||
%config(noreplace) %{_sysconfdir}/profile.d/nix-daemon.sh
|
%config(noreplace) %{_sysconfdir}/profile.d/nix-daemon.sh
|
||||||
/nix
|
/nix
|
||||||
|
@ -166,8 +166,8 @@ systemctl start nix-daemon.socket
|
||||||
%{_prefix}/lib/pkgconfig/*.pc
|
%{_prefix}/lib/pkgconfig/*.pc
|
||||||
|
|
||||||
|
|
||||||
%if ! %{without docgen}
|
#%if ! %{without docgen}
|
||||||
%files doc
|
#%files doc
|
||||||
%docdir %{_defaultdocdir}/%{name}-doc-%{version}
|
#%docdir %{_defaultdocdir}/%{name}-doc-%{version}
|
||||||
%{_defaultdocdir}/%{name}-doc-%{version}
|
#%{_defaultdocdir}/%{name}-doc-%{version}
|
||||||
%endif
|
#%endif
|
||||||
|
|
Loading…
Reference in a new issue