Skip to content
Snippets Groups Projects
Commit aa5f9660 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

PKG: don't include xxx-config files in packages

parent 1018a5ed
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,8 @@ function(install_rule src_file)
continue()
elseif("${sfile_ABS_LOWER}" MATCHES "\\.settings$")
continue()
elseif("${sfile_ABS_LOWER}" MATCHES "-config$")
continue()
else()
if(UNIX)
#the last else() loop where we run a 'file' command to find file type and directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment