Fix detection of "build.*" in file install script
This commit is contained in:
		
							parent
							
								
									28f36feef4
								
							
						
					
					
						commit
						6a91c5d603
					
				| 
						 | 
				
			
			@ -7,7 +7,7 @@ build_dir_tree "${FILESDIR}" || return 1
 | 
			
		|||
# copy across the Doxygen-generated documentation
 | 
			
		||||
for file in src/@NAME@/*
 | 
			
		||||
do
 | 
			
		||||
    [ "$(echo $(basename ${file})) | cut -b6)" == "build." ] && continue
 | 
			
		||||
    [ "$(echo $(basename ${file})) | cut -b1-6)" == "build." ] && continue
 | 
			
		||||
    do_cmd cp -a ${file} ${FILESDIR} || return 1
 | 
			
		||||
done
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue