fix path
This commit is contained in:
		
					parent
					
						
							
								a6d73bb8fe
							
						
					
				
			
			
				commit
				
					
						dadb152988
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -34,7 +34,7 @@ patched () {
 | 
				
			||||||
	pkg=$1
 | 
						pkg=$1
 | 
				
			||||||
	ver=$2
 | 
						ver=$2
 | 
				
			||||||
	if [ -z "$ver" ]; then
 | 
						if [ -z "$ver" ]; then
 | 
				
			||||||
		ver="$(grep " $pkg " cabal.config | cut -d= -f 3 | sed 's/,$//')"
 | 
							ver="$(grep " $pkg " ../cabal.config | cut -d= -f 3 | sed 's/,$//')"
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
	if [ -z "$ver" ]; then
 | 
						if [ -z "$ver" ]; then
 | 
				
			||||||
		cabal unpack $pkg
 | 
							cabal unpack $pkg
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue