Merge branch 'dev'

This commit is contained in:
CN_SZTL 2019-12-20 13:46:14 +08:00
commit 1d40d1ef59
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -54,7 +54,7 @@ define Package/$(PKG_NAME)/description
endef
define Build/Prepare
tar -xzvf $(DL_DIR)/$(PKG_SOURCE) -C $(PKG_BUILD_DIR)
tar -zxf $(DL_DIR)/$(PKG_SOURCE) -C $(PKG_BUILD_DIR)
endef
define Build/Configure