aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-04-07 11:13:35 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-04-07 11:13:35 +0100
commitb3a91100d847a8e20cfb0a4c17568fbdf715e88a (patch)
treee2972ac8764a94d0374020261bbc50563cb8ef15
parentea7f88745ff860dcb62aac9414ba40eebe82022f (diff)
parentf616e29708b7f32a74cbed28c6882a4ae69d1c0a (diff)
downloadrspamd-b3a91100d847a8e20cfb0a4c17568fbdf715e88a.tar.gz
rspamd-b3a91100d847a8e20cfb0a4c17568fbdf715e88a.zip
Merge pull request #258 from fatalbanana/master
Fix publicsuffix install path
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)")