From 9b6d68f966ee31026670e1052d91343fb257306f Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 13 Mar 2016 21:50:10 +0100 Subject: [PATCH] Install the default tint2rc also in share/tint2 so that it can be imported --- themes/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )