mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	Fix installing problem
This commit is contained in:
		
							parent
							
								
									616596c0dc
								
							
						
					
					
						commit
						d7992caeeb
					
				@ -211,7 +211,8 @@ mkdir -p ${destdir}${prefix}bin/ || exit 1
 | 
			
		||||
mkdir -p ${destdir}${prefix}share/man/man1/ || exit 1
 | 
			
		||||
cp -v ./bin/icon.png ${destdir}${prefix}share/autojump/ || exit 1
 | 
			
		||||
cp -v ./bin/autojump ${destdir}${prefix}bin/ || exit 1
 | 
			
		||||
cp -v ./bin/autojump_argparse.py ${destdir}${prefix}bin/ || exit 1
 | 
			
		||||
cp -v ./bin/data.py ${destdir}${prefix}bin/ || exit 1
 | 
			
		||||
cp -v ./bin/utils.py ${destdir}${prefix}bin/ || exit 1
 | 
			
		||||
cp -v ./docs/autojump.1 ${destdir}${prefix}share/man/man1/ || exit 1
 | 
			
		||||
mkdir -p ${destdir}etc/profile.d/ || exit 1
 | 
			
		||||
cp -v ./bin/autojump.sh ${destdir}etc/profile.d/ || exit 1
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user