2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-04 16:25:17 +00:00

python: Fix "make install" on systems without Python.

Reported-by: 冯全树(Crab) <fqs888@126.com>
This commit is contained in:
Ben Pfaff
2011-06-13 09:37:09 -07:00
parent 4cf41591f3
commit 955400fb2f
2 changed files with 4 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ Vishal Swarankar vishal.swarnkar@gmail.com
YAMAMOTO Takashi yamamoto@valinux.co.jp YAMAMOTO Takashi yamamoto@valinux.co.jp
Yongqiang Liu liuyq7809@gmail.com Yongqiang Liu liuyq7809@gmail.com
kk yap yapkke@stanford.edu kk yap yapkke@stanford.edu
冯全树(Crab) fqs888@126.com
Thanks to all Open vSwitch contributors. If you are not listed above Thanks to all Open vSwitch contributors. If you are not listed above
but believe that you should be, please write to dev@openvswitch.org. but believe that you should be, please write to dev@openvswitch.org.

View File

@@ -36,6 +36,9 @@ ovs-install-data-local:
$(MKDIR_P) $(DESTDIR)$(pkgdatadir)/python/ovs $(MKDIR_P) $(DESTDIR)$(pkgdatadir)/python/ovs
$(INSTALL_DATA) python/ovs/dirs.py.tmp $(DESTDIR)$(pkgdatadir)/python/ovs/dirs.py $(INSTALL_DATA) python/ovs/dirs.py.tmp $(DESTDIR)$(pkgdatadir)/python/ovs/dirs.py
rm python/ovs/dirs.py.tmp rm python/ovs/dirs.py.tmp
else
ovs-install-data-local:
@:
endif endif
install-data-local: ovs-install-data-local install-data-local: ovs-install-data-local