Skip to content

Commit

Permalink
Fix: do not create /usr/share/mympd/lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Jun 26, 2019
1 parent 65dcba5 commit 4fd91f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project (mympd)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/")
set(CPACK_PACKAGE_VERSION_MAJOR "5")
set(CPACK_PACKAGE_VERSION_MINOR "5")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_VERSION_PATCH "1")

if("$ENV{ARCHLINUX}" MATCHES "true")
set(WEBAPPS "/webapps")
Expand Down Expand Up @@ -95,7 +95,6 @@ find_package(LibMediainfo)
if(LIBMEDIAINFO_FOUND)
add_library(mympd_coverextract SHARED src/plugins/mympd_coverextract.cpp)

install(DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}${SUBDIR}/lib)
install(TARGETS mympd_coverextract DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}${SUBDIR}/)

#testcoverextract executable
Expand Down

0 comments on commit 4fd91f0

Please sign in to comment.