aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2016-07-25 13:27:13 -0300
committerRicardo Salveti <ricardo.salveti@linaro.org>2016-07-25 14:25:11 -0300
commit776aee4547a9a43a11b4fa8f7b37aa1ed83a8554 (patch)
tree467224c5eadedc920cb5fc0a790b865980930541 /debian/rules
parent5b1ff351aa2d38446487eed6ccd7ace1b654bbe6 (diff)
Updating packaging with the 16.07-rc4 release
Changes: - Tools renamed, dpdk_nic_bind is now dpdk-devbind - Adapt d/p/ubuntu-fix-vhost-user-socket-permission.patch to 16.07-rc4 Change-Id: I7b476d3d063db3b321ba6e79289ea99e337f0da0 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 23e7b075..a726c75b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,10 +126,10 @@ binary-arch:
$(MAKE) V=$(DH_VERBOSE) O=$(DPDK_SHARED_DIR) prefix=/usr \
DESTDIR=debian/dpdk install-runtime
cp debian/dpdk.interfaces debian/dpdk/etc/dpdk/interfaces
- rm debian/dpdk/usr/sbin/dpdk_nic_bind
+ rm debian/dpdk/usr/sbin/dpdk-devbind
mkdir -p debian/dpdk/sbin
- ln -s /usr/share/dpdk/tools/dpdk_nic_bind.py \
- debian/dpdk/sbin/dpdk_nic_bind
+ ln -s /usr/share/dpdk/tools/dpdk-devbind.py \
+ debian/dpdk/sbin/dpdk-devbind
# Package: dpdk-dev (build environment)
$(MAKE) V=$(DH_VERBOSE) O=$(DPDK_SHARED_DIR) prefix=/usr \
DESTDIR=debian/dpdk-dev install-sdk