NAT44: Fix interface feature removal.
[vpp.git] / build-data / platforms.mk
index 7904cc4..196a674 100644 (file)
@@ -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 ;                                        \