diff options
-rw-r--r-- | build-data/platforms.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-data/platforms.mk b/build-data/platforms.mk index 7904cc40b5c..196a674d628 100644 --- a/build-data/platforms.mk +++ b/build-data/platforms.mk @@ -36,7 +36,7 @@ install-deb: $(patsubst %,%-find-source,$(ROOT_PACKAGES)) find $(INSTALL_PREFIX)$(ARCH)/*/lib* \( -type f -o -type l \) \ -print | egrep -e '*\.so\.*\.*\.*' \ | grep -v plugins\/ \ - | sed -e 's:.*:../& /usr/lib/x86_64-linux-gnu:' \ + | sed -e 's:.*:../& /usr/lib/$(MACHINE)-linux-gnu:' \ > deb/debian/vpp-lib.install ; \ \ : vnet api definitions ; \ |