summaryrefslogtreecommitdiff
path: root/sysutils/lxqt-powermanagement/patches/patch-autostart_CMakeLists.txt
blob: de36d6186099bfc8b491d055995f4a4bb9f73708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-autostart_CMakeLists.txt,v 1.1 2020/12/07 12:34:35 pin Exp $

Install config file to proper location

--- autostart/CMakeLists.txt.orig	2020-11-02 11:10:05.000000000 +0000
+++ autostart/CMakeLists.txt
@@ -10,6 +10,6 @@ add_custom_target(lxqt_powermanagement_a
 
 install(FILES
     ${DESKTOP_FILES}
-    DESTINATION "${LXQT_ETC_XDG_DIR}/autostart"
+    DESTINATION "share/examples/autostart"
     COMPONENT Runtime
 )