File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ add_subdirectory(src/pam-inhibit-autologin)
401401if (DISABLE_DSS_SNIPE)
402402 # bin
403403 install (TARGETS dde-lock lightdm-deepin-greeter greeter-display-setting DESTINATION ${CMAKE_INSTALL_BINDIR} )
404- install (FILES files /deepin-greeter DESTINATION ${CMAKE_INSTALL_BINDIR} )
404+ install (PROGRAMS files /deepin-greeter DESTINATION ${CMAKE_INSTALL_BINDIR} )
405405
406406 # install x files
407407 file (GLOB SCRIPTS
@@ -419,7 +419,7 @@ if (DISABLE_DSS_SNIPE)
419419 install (FILES files /wayland/lightdm-deepin-greeter-wayland.desktop DESTINATION ${CMAKE_INSTALL_DATADIR} /xgreeters/)
420420else () # 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 ()
490490install (FILES files /deepin-debug-config/org.deepin.dde.session-shell.json
491491 DESTINATION ${CMAKE_INSTALL_DATADIR} /deepin-debug-config/deepin-debug-config.d)
492492install (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)
You can’t perform that action at this time.
0 commit comments