Browse Source

Fix publicsuffix install path

tags/0.9.0
Andrew Lewis 9 years ago
parent
commit
f616e29708
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View 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)")

Loading…
Cancel
Save