From 0c54c36c71aeb132d61a6c99806386b3bc47f3c2 Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 20 Mar 2016 13:08:13 +0100 Subject: [PATCH] Do not install default tint2rc to usr/share, it is already in /etc --- themes/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/CMakeLists.txt b/themes/CMakeLists.txt index cea25b7..5d78457 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 )