aboutsummaryrefslogtreecommitdiffstats
path: root/dpdk
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2018-04-26 18:05:46 +0200
committerDamjan Marion <dmarion.lists@gmail.com>2018-04-26 18:05:00 +0000
commitb66be270c78f4ba950712ee461c3fa27ea3bce1d (patch)
tree58d4763fd1c6d3e97db7dba39e6b4ed2a18bb8b5 /dpdk
parent2cdc2bde9596a4478a48fe329e4bf21b1de6dc8a (diff)
dpdk: fix building debs from stable dpdk tarballs (VPP-1259)
Change-Id: I9585603e9fa1904658d84d226bd50370f1dbc889 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'dpdk')
-rwxr-xr-xdpdk/deb/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpdk/deb/debian/rules b/dpdk/deb/debian/rules
index 98b1048bade..b9a58636e80 100755
--- a/dpdk/deb/debian/rules
+++ b/dpdk/deb/debian/rules
@@ -8,7 +8,7 @@ BASE_VER = $(word 1, $(subst -, ,$(VERSION)))
export DPDK_BUILD_DIR=$(CURDIR)/_build
export DPDK_INSTALL_DIR=$(CURDIR)/debian/tmp/usr
-SRC=_build/dpdk-$(BASE_VER)
+SRC=$(wildcard _build/dpdk*$(BASE_VER))
MAKE_ARGS=-C ..