X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/880fc7385ae8b714f00d63432b1a52c29084a30c..85ed1a403690ce692e2ed06f47b69b709b3fd5db:/package/Makefile diff --git a/package/Makefile b/package/Makefile index 8e8c6c9a6..2180df3b3 100644 --- a/package/Makefile +++ b/package/Makefile @@ -89,7 +89,7 @@ $(curdir)/rootfs-prepare: $(TMP_DIR)/.build $(call mklibs) $(curdir)/index: FORCE - @(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . > Packages && \ + @(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . 2>&1 > Packages && \ gzip -9c Packages > Packages.gz \ )