11 lines
440 B
Plaintext
11 lines
440 B
Plaintext
$OpenBSD: patch-themes_CMakeLists_txt,v 1.4 2019/10/18 12:50:00 rsadowski Exp $
|
|
|
|
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 )
|