summaryrefslogtreecommitdiff
path: root/dev-db/sqliteman/files/sqliteman-1.2.2-cmake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/sqliteman/files/sqliteman-1.2.2-cmake.patch')
-rw-r--r--dev-db/sqliteman/files/sqliteman-1.2.2-cmake.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-db/sqliteman/files/sqliteman-1.2.2-cmake.patch b/dev-db/sqliteman/files/sqliteman-1.2.2-cmake.patch
new file mode 100644
index 000000000000..99c3b080ea0d
--- /dev/null
+++ b/dev-db/sqliteman/files/sqliteman-1.2.2-cmake.patch
@@ -0,0 +1,10 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -154,6 +154,6 @@
+ )
+ INSTALL(FILES
+ sqliteman/icons/sqliteman.png
+- DESTINATION "${CMAKE_INSTALL_PREFIX}/share/icons/hicolor"
++ DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pixmaps"
+ )
+ ENDIF (WIN32)