diff --git a/themes/CMakeLists.txt b/themes/CMakeLists.txt index 5d78457..cea25b7 100644 --- a/themes/CMakeLists.txt +++ b/themes/CMakeLists.txt @@ -1,2 +1,2 @@ -file( GLOB EXTRATHEMEFILES *.tint2rc ) +file( GLOB EXTRATHEMEFILES *tint2rc ) install( FILES ${EXTRATHEMEFILES} DESTINATION ${DATADIR}/tint2 )