File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,9 @@ mkdir -p %{buildroot}%{_sharedstatedir}/%{name}
124
124
125
125
ln -s %{_bindir }/openshift %{buildroot }%{_bindir }/osc
126
126
127
- install -d -m 0755 %{buildroot }%{_libdir } /tuned/openshift-node-{guest,host}
128
- install -m 0644 tuned/openshift-node-guest/tuned.conf %{buildroot }%{_libdir } /tuned/openshift-node-guest/
129
- install -m 0644 tuned/openshift-node-host/tuned.conf %{buildroot }%{_libdir } /tuned/openshift-node-host/
127
+ install -d -m 0755 %{buildroot }%{_prefix }/lib /tuned/openshift-node-{guest,host}
128
+ install -m 0644 tuned/openshift-node-guest/tuned.conf %{buildroot }%{_prefix }/lib /tuned/openshift-node-guest/
129
+ install -m 0644 tuned/openshift-node-host/tuned.conf %{buildroot }%{_prefix }/lib /tuned/openshift-node-host/
130
130
install -d -m 0755 %{buildroot }%{_mandir }/man7
131
131
install -m 0644 tuned/man/tuned-profiles-openshift-node.7 %{buildroot }%{_mandir }/man7/tuned-profiles-openshift-node.7
132
132
@@ -169,8 +169,8 @@ install -m 0644 tuned/man/tuned-profiles-openshift-node.7 %{buildroot}%{_mandir}
169
169
170
170
%files -n tuned-profiles-openshift-node
171
171
%defattr(-,root,root,-)
172
- %{_libdir } /tuned/openshift-node-host
173
- %{_libdir } /tuned/openshift-node-guest
172
+ %{_prefix }/lib /tuned/openshift-node-host
173
+ %{_prefix }/lib /tuned/openshift-node-guest
174
174
%{_mandir }/man7/tuned-profiles-openshift-node.7*
175
175
176
176
%post -n tuned-profiles-openshift-node
You can’t perform that action at this time.
0 commit comments