diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-04-06 23:24:08 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-04-06 23:24:08 +0200 |
commit | f616e29708b7f32a74cbed28c6882a4ae69d1c0a (patch) | |
tree | e2972ac8764a94d0374020261bbc50563cb8ef15 /CMakeLists.txt | |
parent | ea7f88745ff860dcb62aac9414ba40eebe82022f (diff) | |
download | rspamd-f616e29708b7f32a74cbed28c6882a4ae69d1c0a.tar.gz rspamd-f616e29708b7f32a74cbed28c6882a4ae69d1c0a.zip |
Fix publicsuffix install path
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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)") |