Oops, don't forget the DESTINATION keyword.

This commit is contained in:
Simon Quigley 2022-06-30 15:19:39 -05:00
parent 67d433d52f
commit d9ce00d89a

View File

@ -33,4 +33,4 @@ qt_finalize_executable(lubuntu-installer-prompt)
install(TARGETS lubuntu-installer-prompt DESTINATION bin)
install(PROGRAMS "scripts/lubuntu-installer" DESTINATION bin)
install(FILES "img/background.png" DESTINATION share/lubuntu/installer-prompt)
install(FILES "lubuntu-installer-prompt.desktop" /etc/xdg/xdg-Lubuntu/autostart)
install(FILES "lubuntu-installer-prompt.desktop" DESTINATION /etc/xdg/xdg-Lubuntu/autostart)