mirror of
https://github.com/openvswitch/ovs
synced 2025-09-03 15:55:19 +00:00
python: Fix "make install" on systems without Python.
Reported-by: 冯全树(Crab) <fqs888@126.com>
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -88,6 +88,7 @@ Vishal Swarankar vishal.swarnkar@gmail.com
|
||||
YAMAMOTO Takashi yamamoto@valinux.co.jp
|
||||
Yongqiang Liu liuyq7809@gmail.com
|
||||
kk yap yapkke@stanford.edu
|
||||
冯全树(Crab) fqs888@126.com
|
||||
|
||||
Thanks to all Open vSwitch contributors. If you are not listed above
|
||||
but believe that you should be, please write to dev@openvswitch.org.
|
||||
|
@@ -36,6 +36,9 @@ ovs-install-data-local:
|
||||
$(MKDIR_P) $(DESTDIR)$(pkgdatadir)/python/ovs
|
||||
$(INSTALL_DATA) python/ovs/dirs.py.tmp $(DESTDIR)$(pkgdatadir)/python/ovs/dirs.py
|
||||
rm python/ovs/dirs.py.tmp
|
||||
else
|
||||
ovs-install-data-local:
|
||||
@:
|
||||
endif
|
||||
install-data-local: ovs-install-data-local
|
||||
|
||||
|
Reference in New Issue
Block a user