require conf_dir to find manifest_dir to find manifest
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								fc7ae28b02
							
						
					
				
			
			
				commit
				
					
						e03ebcd5c1
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -48,10 +48,10 @@ class Context:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Input directories
 | 
					        # Input directories
 | 
				
			||||||
        self.cache_dir              = os.path.join(self.base_dir, "cache", target_host)
 | 
					        self.cache_dir              = os.path.join(self.base_dir, "cache", target_host)
 | 
				
			||||||
 | 
					        self.conf_dir               = os.path.join(self.base_dir, "conf")
 | 
				
			||||||
        self.manifest_dir           = os.path.join(self.conf_dir, "manifest")
 | 
					        self.manifest_dir           = os.path.join(self.conf_dir, "manifest")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Probably unused paths
 | 
					        # Probably unused paths
 | 
				
			||||||
        # self.conf_dir               = os.path.join(self.base_dir, "conf")
 | 
					 | 
				
			||||||
        # self.global_explorer_dir    = os.path.join(self.conf_dir, "explorer")
 | 
					        # self.global_explorer_dir    = os.path.join(self.conf_dir, "explorer")
 | 
				
			||||||
        # self.lib_dir                = os.path.join(self.base_dir, "lib")
 | 
					        # self.lib_dir                = os.path.join(self.base_dir, "lib")
 | 
				
			||||||
        # self.type_base_dir          = os.path.join(self.conf_dir, "type")
 | 
					        # self.type_base_dir          = os.path.join(self.conf_dir, "type")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue