diff options
-rw-r--r-- | debian/dpdk-dev.dirs | 1 | ||||
-rw-r--r-- | debian/dpdk-doc.dirs | 1 | ||||
-rw-r--r-- | debian/dpdk.dirs | 5 | ||||
-rw-r--r-- | debian/libdpdk-dev.dirs | 1 | ||||
-rw-r--r-- | debian/libdpdk0.dirs | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
6 files changed, 1 insertions, 9 deletions
diff --git a/debian/dpdk-dev.dirs b/debian/dpdk-dev.dirs deleted file mode 100644 index bdac81a8..00000000 --- a/debian/dpdk-dev.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/share/dpdk diff --git a/debian/dpdk-doc.dirs b/debian/dpdk-doc.dirs deleted file mode 100644 index fcd9dfe3..00000000 --- a/debian/dpdk-doc.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/share/doc/dpdk diff --git a/debian/dpdk.dirs b/debian/dpdk.dirs deleted file mode 100644 index 29ca563f..00000000 --- a/debian/dpdk.dirs +++ /dev/null @@ -1,5 +0,0 @@ -etc/dpdk -lib/dpdk -sbin -usr/bin -usr/lib/dpdk diff --git a/debian/libdpdk-dev.dirs b/debian/libdpdk-dev.dirs deleted file mode 100644 index e43b95cb..00000000 --- a/debian/libdpdk-dev.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/include diff --git a/debian/libdpdk0.dirs b/debian/libdpdk0.dirs deleted file mode 100644 index 68457717..00000000 --- a/debian/libdpdk0.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/lib diff --git a/debian/rules b/debian/rules index ce781980..43b3045b 100755 --- a/debian/rules +++ b/debian/rules @@ -127,6 +127,7 @@ binary-arch: DESTDIR=debian/dpdk install-runtime cp debian/dpdk.interfaces debian/dpdk/etc/dpdk/interfaces rm debian/dpdk/usr/sbin/dpdk_nic_bind + mkdir -p debian/dpdk/sbin ln -s /usr/share/dpdk/tools/dpdk_nic_bind.py \ debian/dpdk/sbin/dpdk_nic_bind # Package: dpdk-dev (build environment) |