cmake: supress 'Set runtime path of' noise while generatig deb packages

Change-Id: Ib8ddce2d56034152a390ca2d3b9784673a77d2e3
Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
Damjan Marion
2019-01-22 11:14:46 +01:00
committed by Neale Ranns
parent 691b7d5769
commit d734b8db07

View File

@ -28,7 +28,8 @@ override_dh_install:
-D CMAKE_INSTALL_CONFIG_NAME=@CMAKE_BUILD_TYPE@ \
-D CMAKE_INSTALL_COMPONENT=$$c \
-D CMAKE_INSTALL_PREFIX=@CMAKE_BINARY_DIR@/debian/$$c \
-P @CMAKE_BINARY_DIR@/cmake_install.cmake ; \
-P @CMAKE_BINARY_DIR@/cmake_install.cmake 2>&1 \
| grep -v 'Set runtime path of' ; \
if [ -d debian/$$c/lib ] ; then \
mv debian/$$c/lib debian/$$c/$(DEB_HOST_MULTIARCH) ; \
mkdir -p debian/$$c/usr/lib ; \