ports/x11/tint2/patches/patch-themes_CMakeLists_txt

9 lines
359 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: themes/CMakeLists.txt
--- themes/CMakeLists.txt.orig
+++ themes/CMakeLists.txt
@@ -1,2 +1,2 @@
-file( GLOB EXTRATHEMEFILES *.tint2rc )
-install( FILES ${EXTRATHEMEFILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 )
+file( GLOB EXTRATHEMEFILES tint2rc *.tint2rc )
+install( FILES ${EXTRATHEMEFILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/examples/tint2 )