mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Fix busted install of /etc/sway/config
This commit is contained in:
		
							parent
							
								
									fc01f04c93
								
							
						
					
					
						commit
						98ff23b497
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -42,7 +42,7 @@ install(
 | 
				
			||||||
	COMPONENT runtime
 | 
						COMPONENT runtime
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
install(
 | 
					install(
 | 
				
			||||||
	FILES ${CMAKE_CURRENT_SOURCE_DIR}/config
 | 
						FILES ${PROJECT_SOURCE_DIR}/config
 | 
				
			||||||
	DESTINATION ${FALLBACK_CONFIG_DIR}
 | 
						DESTINATION ${FALLBACK_CONFIG_DIR}
 | 
				
			||||||
	COMPONENT configuration
 | 
						COMPONENT configuration
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue