Browse Source
			
			
			Update _cmd_build
			
				ignore custom confdir from toolchain.cfg file
			
			
				pull/50/head
			
			
		 
		
			
				
					
						
						Gorgone
					
					5 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					support/functions/_cmd_build
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -126,7 +126,7 @@ _cmd_build(){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						done | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					#change default oscam CONF_DIR | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					if [ "$CUSTOM_CONFDIR" == "not_set" ] && [ "$_oscamconfdir_custom" == "not_set" ]; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					if [ "$CUSTOM_CONFDIR" == "not_set" ]; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					then | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    CONFDIR="$_oscamconfdir_default" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    cdtag="CONF_DIR=$CONFDIR" | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |