mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-09 21:37:15 +08:00
11 lines
478 B
Diff
11 lines
478 B
Diff
--- kmozillahelper/CMakeLists.txt.orig 2013-05-06 21:13:05.500000000 +0000
|
|
+++ kmozillahelper/CMakeLists.txt 2013-05-06 21:13:33.539000000 +0000
|
|
@@ -17,6 +17,6 @@
|
|
target_link_libraries( kmozillahelper ${KDE4_KFILE_LIBS} )
|
|
|
|
# TODO hardcoded path?
|
|
-install( TARGETS kmozillahelper DESTINATION /usr/lib/mozilla/ )
|
|
+install( TARGETS kmozillahelper DESTINATION /extra/usr/lib/mozilla/ )
|
|
|
|
install( FILES kmozillahelper.notifyrc DESTINATION ${DATA_INSTALL_DIR}/kmozillahelper )
|