mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-19 11:35:12 +00:00
Use LIB_SUFFIX when installing libraries
This is needed on systems with /usr/lib64.
This commit is contained in:
parent
e4721997d7
commit
2231588b28
@ -76,6 +76,6 @@ endif(BUILD_LUA_CAIRO AND BUILD_LUA_IMLIB2)
|
|||||||
|
|
||||||
install(TARGETS
|
install(TARGETS
|
||||||
${lua_libs}
|
${lua_libs}
|
||||||
LIBRARY DESTINATION lib/conky
|
LIBRARY DESTINATION lib${LIB_SUFFIX}/conky
|
||||||
ARCHIVE DESTINATION lib/conky
|
ARCHIVE DESTINATION lib${LIB_SUFFIX}/conky
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user