search for .cdist not source
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								1dacf779e6
							
						
					
				
			
			
				commit
				
					
						65763a1b4d
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -215,8 +215,8 @@ __cdist_object_list()
 | 
				
			||||||
   (
 | 
					   (
 | 
				
			||||||
      cd "${basedir}"
 | 
					      cd "${basedir}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      find . -name "$__cdist_name_object_source" |    \
 | 
					      find . -name "$__cdist_name_dot_cdist" |    \
 | 
				
			||||||
         sed -e 's;^./;;' -e "s;/${__cdist_name_object_source}\$;;"
 | 
					         sed -e 's;^./;;' -e "s;/${__cdist_name_dot_cdist}\$;;"
 | 
				
			||||||
   )
 | 
					   )
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue