AdGuardHome: fix uncompress
This commit is contained in:
parent
690eb03f45
commit
b7a4177d18
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user