mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			407 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			407 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/Makefile b/Makefile
 | |
| index add307f..fc5ec1e 100644
 | |
| --- a/Makefile
 | |
| +++ b/Makefile
 | |
| @@ -65,4 +65,4 @@ local: tar rpm
 | |
|  git: gittar rpm
 | |
|  
 | |
|  install:
 | |
| -	find . \( -iname '*.html' -or -iname '*.js' -or -iname '*.css' \) -exec install --mode=644 -D {} $(datadir)/spice-html5/{} \;
 | |
| +	find . \( -iname '*.html' -or -iname '*.js' -or -iname '*.css' \) -exec install -m 644 -D {} $(datadir)/spice-html5/{} \;
 |