mirror of
				https://github.com/ohwgiles/laminar.git
				synced 2025-06-13 12:54:29 +00:00 
			
		
		
		
	move conf file and unit file to etc dir
This commit is contained in:
		
							parent
							
								
									fda11a652b
								
							
						
					
					
						commit
						42fc7284cd
					
				@ -102,7 +102,7 @@ set(SYSTEMD_UNITDIR /lib/systemd/system CACHE PATH "Path to systemd unit files")
 | 
				
			|||||||
set(BASH_COMPLETIONS_DIR usr/share/bash-completion/completions CACHE PATH "Path to bash completions directory")
 | 
					set(BASH_COMPLETIONS_DIR usr/share/bash-completion/completions CACHE PATH "Path to bash completions directory")
 | 
				
			||||||
set(ZSH_COMPLETIONS_DIR usr/share/zsh/site-functions CACHE PATH "Path to zsh completions directory")
 | 
					set(ZSH_COMPLETIONS_DIR usr/share/zsh/site-functions CACHE PATH "Path to zsh completions directory")
 | 
				
			||||||
install(TARGETS laminard laminarc RUNTIME DESTINATION usr/bin)
 | 
					install(TARGETS laminard laminarc RUNTIME DESTINATION usr/bin)
 | 
				
			||||||
install(FILES laminar.service DESTINATION ${SYSTEMD_UNITDIR})
 | 
					install(FILES etc/laminar.service DESTINATION ${SYSTEMD_UNITDIR})
 | 
				
			||||||
install(FILES laminar.conf DESTINATION etc)
 | 
					install(FILES etc/laminar.conf DESTINATION etc)
 | 
				
			||||||
install(FILES etc/laminarc-completion.bash DESTINATION ${BASH_COMPLETIONS_DIR} RENAME laminarc)
 | 
					install(FILES etc/laminarc-completion.bash DESTINATION ${BASH_COMPLETIONS_DIR} RENAME laminarc)
 | 
				
			||||||
install(FILES etc/laminarc-completion.zsh DESTINATION ${ZSH_COMPLETIONS_DIR} RENAME _laminarc)
 | 
					install(FILES etc/laminarc-completion.zsh DESTINATION ${ZSH_COMPLETIONS_DIR} RENAME _laminarc)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user