diff options
-rw-r--r-- | src/vpp-api/python/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vpp-api/python/Makefile.am b/src/vpp-api/python/Makefile.am index be73d28b96b..e6c064e14d8 100644 --- a/src/vpp-api/python/Makefile.am +++ b/src/vpp-api/python/Makefile.am @@ -19,4 +19,5 @@ install-exec-local: --prefix $(DESTDIR)$(prefix) \ --single-version-externally-managed \ --verbose \ - bdist_egg) + bdist_egg \ + --dist-dir=$(DESTDIR)$(prefix)) |