From f616e29708b7f32a74cbed28c6882a4ae69d1c0a Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 6 Apr 2015 23:24:08 +0200 Subject: [PATCH] Fix publicsuffix install path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)") -- 2.39.5