mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			361 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			361 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/SConstruct b/SConstruct
 | |
| index 3ae455a..6d25bdf 100644
 | |
| --- a/SConstruct
 | |
| +++ b/SConstruct
 | |
| @@ -157,7 +157,7 @@ env.AlwaysBuild("test")
 | |
|  
 | |
|  
 | |
|  # Install the binary:
 | |
| -env.Install("$DESTDIR$PREFIX/games", sky)
 | |
| +env.Install("$DESTDIR$PREFIX/bin", sky)
 | |
|  
 | |
|  # Install the desktop file:
 | |
|  env.Install("$DESTDIR$PREFIX/share/applications", "endless-sky.desktop")
 |