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