mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	add a crlf workaround similar to the one from freewrt
SVN-Revision: 6507
This commit is contained in:
		
							parent
							
								
									d14f611eb1
								
							
						
					
					
						commit
						bc60eb3610
					
				@ -17,4 +17,7 @@ ifeq ($(strip $(PKG_UNPACK)),)
 | 
				
			|||||||
  else
 | 
					  else
 | 
				
			||||||
    # try to autodetect file type
 | 
					    # try to autodetect file type
 | 
				
			||||||
  endif
 | 
					  endif
 | 
				
			||||||
 | 
					  ifneq ($(strip $(CRLF_WORKAROUND)),)
 | 
				
			||||||
 | 
					    PKG_UNPACK += && find $(PKG_BUILD_DIR) -type f -print0 | xargs -0 perl -pi -e 's!\r$$$$!!g'
 | 
				
			||||||
 | 
					  endif
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user