mirror of
https://github.com/openvswitch/ovs
synced 2025-08-23 10:28:00 +00:00
fedora-spec: fix indentation in %install section
Use spaces instead of tabs as the other lines Signed-off-by: Flavio Leitner <fbl@redhat.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
parent
4f98e02e6c
commit
150ffd74b9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user