|  |  | @ -40,7 +40,7 @@ if [ ! -z "$pkg_aufs_source_file" ]; then | 
			
		
	
		
		
			
				
					
					|  |  |  | 		# get header installed when building linux-header package |  |  |  | 		# get header installed when building linux-header package | 
			
		
	
		
		
			
				
					
					|  |  |  | 		echo "header-y += aufs_type.h" >> include/uapi/linux/Kbuild |  |  |  | 		echo "header-y += aufs_type.h" >> include/uapi/linux/Kbuild | 
			
		
	
		
		
			
				
					
					|  |  |  | 	} |  |  |  | 	} | 
			
		
	
		
		
			
				
					
					|  |  |  | 	hook_add preconf 5 "pkg_aufs_copy_source_files" |  |  |  | 	hook_add prepatch 5 "pkg_aufs_copy_source_files" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 	# removing tempdir |  |  |  | 	# removing tempdir | 
			
		
	
		
		
			
				
					
					|  |  |  | 	hook_add finish 9 "rm -rf $pkg_aufs_tempdir" |  |  |  | 	hook_add finish 9 "rm -rf $pkg_aufs_tempdir" | 
			
		
	
	
		
		
			
				
					|  |  | 
 |