2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +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

@@ -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