diff options
Diffstat (limited to 'build-root/deb/debian/rules')
-rwxr-xr-x | build-root/deb/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-root/deb/debian/rules b/build-root/deb/debian/rules index 4ecd38f7c0a..186fa840ad0 100755 --- a/build-root/deb/debian/rules +++ b/build-root/deb/debian/rules @@ -22,6 +22,7 @@ include /usr/share/dpkg/default.mk override_dh_install: dh_install --exclude .git + ../scripts/remove-rpath . override_dh_strip: dh_strip --dbg-package=vpp-dbg |