Browse Source

base-files: fix stale space in eglibc library install section (#9270)

SVN-Revision: 26720
Jo-Philipp Wich 15 năm trước cách đây
mục cha
commit
144bee2090
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/base-files/Makefile

+ 1 - 1
package/base-files/Makefile

@@ -491,7 +491,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
 			if [ -e "$$$$file" ]; then \
 				$(CP) $$$$file $(1)/lib/; \
 			fi; \
-		done; \ 
+		done; \
 	done
   endef