Skip to content

Commit 67f2b2a

Browse files
sync: from linuxdeepin/dde-session-shell
Synchronize source files from linuxdeepin/dde-session-shell. Source-pull-request: linuxdeepin/dde-session-shell#25
1 parent 8707652 commit 67f2b2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ if (DISABLE_DSS_SNIPE)
419419
install(FILES files/wayland/lightdm-deepin-greeter-wayland.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/xgreeters/)
420420
else () # snipe
421421
install(TARGETS dde-lock lightdm-deepin-greeter DESTINATION ${CMAKE_INSTALL_BINDIR})
422-
install(FILES files/snipe/deepin-greeter DESTINATION ${CMAKE_INSTALL_BINDIR})
422+
install(PROGRAMS files/snipe/deepin-greeter DESTINATION ${CMAKE_INSTALL_BINDIR})
423423

424424
file(GLOB SCRIPTS files/snipe/scripts/*)
425425
install(PROGRAMS ${SCRIPTS} DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/deepin/greeters.d)
@@ -490,4 +490,4 @@ endif ()
490490
install(FILES files/deepin-debug-config/org.deepin.dde.session-shell.json
491491
DESTINATION ${CMAKE_INSTALL_DATADIR}/deepin-debug-config/deepin-debug-config.d)
492492
install(FILES files/deepin-log-config/org.deepin.dde.session-shell.json
493-
DESTINATION ${CMAKE_INSTALL_DATADIR}/deepin-log-viewer/deepin-log.conf.d)
493+
DESTINATION ${CMAKE_INSTALL_DATADIR}/deepin-log-viewer/deepin-log.conf.d)

0 commit comments

Comments
 (0)