From: Flavio Leitner Date: Thu, 6 Nov 2014 18:45:44 +0000 (-0200) Subject: fedora-spec: fix indentation in %install section X-Git-Tag: v2.4.0~1020 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=150ffd74b9af7ffc7880ffb51a4dee029c2e522f fedora-spec: fix indentation in %install section Use spaces instead of tabs as the other lines Signed-off-by: Flavio Leitner Signed-off-by: Ben Pfaff --- diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index 080a460a0..1d73435e3 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -125,16 +125,16 @@ install -d -m 755 $RPM_BUILD_ROOT/%{_sharedstatedir}/openvswitch install -d -m 0755 $RPM_BUILD_ROOT%{_includedir}/openvswitch install -p -D -m 0644 include/openvswitch/*.h \ - -t $RPM_BUILD_ROOT%{_includedir}/openvswitch + -t $RPM_BUILD_ROOT%{_includedir}/openvswitch install -p -D -m 0644 config.h -t $RPM_BUILD_ROOT%{_includedir}/openvswitch install -d -m 0755 $RPM_BUILD_ROOT%{_includedir}/openvswitch/lib install -p -D -m 0644 lib/*.h \ - -t $RPM_BUILD_ROOT%{_includedir}/openvswitch/lib + -t $RPM_BUILD_ROOT%{_includedir}/openvswitch/lib install -d -m 0755 $RPM_BUILD_ROOT%{_includedir}/openflow install -p -D -m 0644 include/openflow/*.h \ - -t $RPM_BUILD_ROOT%{_includedir}/openflow + -t $RPM_BUILD_ROOT%{_includedir}/openflow touch $RPM_BUILD_ROOT%{_sysconfdir}/openvswitch/conf.db touch $RPM_BUILD_ROOT%{_sysconfdir}/openvswitch/system-id.conf