From fc715924773fc8f20f95041020626b8968852133 Mon Sep 17 00:00:00 2001 From: SuLingGG <1215009714@QQ.COM> Date: Thu, 6 Aug 2020 13:10:43 +0800 Subject: [PATCH] Fix baidupcs-web file name to fit i386 device --- package/lean/baidupcs-web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/baidupcs-web/Makefile b/package/lean/baidupcs-web/Makefile index 0540b060d8..7f00fbb6f7 100644 --- a/package/lean/baidupcs-web/Makefile +++ b/package/lean/baidupcs-web/Makefile @@ -30,7 +30,7 @@ endef STRIP:=true ifeq ($(ARCH),i386) - PKG_ARCH_BAIDUPCS-WEB:=86 + PKG_ARCH_BAIDUPCS-WEB:=386 endif ifeq ($(ARCH),x86_64)