Skip to content

Commit

Permalink
Revert "daed: fix decompression path error"
Browse files Browse the repository at this point in the history
This reverts commit e0a3d34.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 9fb80df)
  • Loading branch information
1715173329 committed May 4, 2024
1 parent 8dc614e commit f75d0ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/daed/Makefile
Expand Up @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=daed
PKG_VERSION=0.4.1
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/daeuniverse/daed.git
Expand Down Expand Up @@ -88,8 +88,8 @@ define Build/Prepare
$(call Build/Prepare/Default)

( \
mkdir -p $(PKG_BUILD_DIR)/webrender/web ; \
unzip -q -d $(PKG_BUILD_DIR)/webrender/web $(DL_DIR)/$(WEB_FILE) ; \
mkdir -p $(PKG_BUILD_DIR)/webrender ; \
unzip -q -d $(PKG_BUILD_DIR)/webrender/ $(DL_DIR)/$(WEB_FILE) ; \
find $(PKG_BUILD_DIR)/webrender/web -type f -size +4k ! -name "*.gz" ! -name "*.woff" ! -name "*.woff2" -exec sh -c '\
gzip -9 -k "{}"; \
if [ "$$$$(stat -c %s {})" -lt "$$$$(stat -c %s {}.gz)" ]; then \
Expand Down

0 comments on commit f75d0ac

Please sign in to comment.