]> source.dussan.org Git - rspamd.git/commitdiff
Fix publicsuffix install path 258/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 6 Apr 2015 21:24:08 +0000 (23:24 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 6 Apr 2015 21:24:08 +0000 (23:24 +0200)
CMakeLists.txt

index 5bf60e61ef24a3d3ae614916a630e78e8661e200..a21b35088a6fca53c0ebbe3d4130288f3ac064a3 100644 (file)
@@ -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)")