AdGuardHome: fix uncompress

This commit is contained in:
CN_SZTL 2019-12-14 19:59:52 +08:00
parent 690eb03f45
commit b7a4177d18
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -54,7 +54,7 @@ define Package/$(PKG_NAME)
endef
define Build/Prepare
gzip -dc "$(DL_DIR)/$(PKG_SOURCE)" | tar -C $(PKG_BUILD_DIR)/ -xf -
tar -xzf $(DL_DIR)/$(PKG_SOURCE) -C $(PKG_BUILD_DIR)
endef
define Build/Configure