mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
581 B
Plaintext
14 lines
581 B
Plaintext
$NetBSD: patch-ac,v 1.1 2012/03/19 19:44:03 markd Exp $
|
|
|
|
--- kcontrol/menus/CMakeLists.txt.orig 2008-12-11 05:13:10.000000000 +1300
|
|
+++ kcontrol/menus/CMakeLists.txt
|
|
@@ -5,7 +5,7 @@
|
|
if (WIN32)
|
|
install( FILES kde-information.menu DESTINATION ${SHARE_INSTALL_DIR}/xdg/menus/)
|
|
else (WIN32)
|
|
-install( FILES kde-information.menu DESTINATION ${SYSCONF_INSTALL_DIR}/xdg/menus/)
|
|
+install( FILES kde-information.menu DESTINATION ${CMAKE_INSTALL_PREFIX}/share/examples/kde-runtime4/)
|
|
endif (WIN32)
|
|
|
|
install( FILES kde-information.directory DESTINATION ${XDG_DIRECTORY_INSTALL_DIR} )
|