fix wordlist file install

This commit is contained in:
thez3ro 2017-03-16 23:34:28 +01:00
parent 67c6e10f5f
commit 0ba19cce4d
No known key found for this signature in database
GPG Key ID: F628F9E41DD7C073

View File

@ -15,7 +15,8 @@
add_subdirectory(translations)
install(FILES wordlists/*.wordlist DESTINATION ${DATA_INSTALL_DIR}/wordlists)
file(GLOB wordlists_files "wordlists/*.wordlist")
install(FILES ${wordlists_files} DESTINATION ${DATA_INSTALL_DIR}/wordlists)
file(GLOB DATABASE_ICONS icons/database/*.png)