From: Andrew Lewis Date: Mon, 6 Apr 2015 21:24:08 +0000 (+0200) Subject: Fix publicsuffix install path X-Git-Tag: 0.9.0~317^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f616e29708b7f32a74cbed28c6882a4ae69d1c0a;p=rspamd.git Fix publicsuffix install path --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bf60e61e..a21b35088 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1041,7 +1041,7 @@ INSTALL(FILES "contrib/lua-fun/fun.lua" DESTINATION ${PLUGINSDIR}/lua) # Install TLD list INSTALL(FILES "contrib/publicsuffix/effective_tld_names.dat" DESTINATION - "${PLUGINSDIR}/effective_tld_names.dat") + "${PLUGINSDIR}") # Lua config INSTALL(CODE "FILE(MAKE_DIRECTORY \$ENV{DESTDIR}${CONFDIR}/lua)")