mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Install fish completions in DEB package, closes #554
This commit is contained in:
		
							
								
								
									
										3
									
								
								ci/before_deploy.bash
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								ci/before_deploy.bash
									
									
									
									
										vendored
									
									
								
							@@ -107,6 +107,9 @@ make_deb() {
 | 
			
		||||
    install -Dm644 "doc/$PROJECT_NAME.1" "$tempdir/usr/share/man/man1/$PROJECT_NAME.1"
 | 
			
		||||
    gzip --best "$tempdir/usr/share/man/man1/$PROJECT_NAME.1"
 | 
			
		||||
 | 
			
		||||
    # completions
 | 
			
		||||
    install -Dm644 assets/completions/bat.fish "$tempdir/usr/share/fish/completions/$PROJECT_NAME.fish"
 | 
			
		||||
 | 
			
		||||
    # readme and license
 | 
			
		||||
    install -Dm644 README.md "$tempdir/usr/share/doc/$PROJECT_NAME/README.md"
 | 
			
		||||
    install -Dm644 LICENSE-MIT "$tempdir/usr/share/doc/$PROJECT_NAME/LICENSE-MIT"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user