CMake: Fix extcap plugin directory

Fixes a338f87f33.

Change-Id: Ib1d36a43828bd5896b327e49693485288a536342
Reviewed-on: https://code.wireshark.org/review/23805
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2017-10-01 21:13:09 +01:00 committed by João Valverde
parent 90d32f8313
commit b7107bdf9d
1 changed files with 1 additions and 1 deletions

View File

@ -1347,7 +1347,7 @@ if(ENABLE_EXTCAP)
if (WIN32)
set(EXTCAP_DIR "extcap")
else ()
set(EXTCAP_DIR "${CMAKE_INSTALL_LIBDIR}/${CPACK_PACKAGE_NAME}/extcap")
set(EXTCAP_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/${CPACK_PACKAGE_NAME}/extcap")
endif()
endif()