X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fpackage-ipkg.mk;fp=include%2Fpackage-ipkg.mk;h=c4c8f4a36feb613ea4065099e55f624970127737;hb=44304c1d671696ed9598735e71a1635276102511;hp=442d3854f046f5795e24d6ad7c5031b083f9e54f;hpb=3c77e4ae4d97ec14daeabfab12ec8b451184d0d6;p=openwrt%2Fopenwrt.git diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 442d3854f0..c4c8f4a36f 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -207,7 +207,7 @@ $(_endef) (cd $$(IDIR_$(1)); \ ( \ find . -type f \! -path ./CONTROL/\* -exec sha256sum \{\} \; 2> /dev/null | \ - sed 's|\([[:blank:]]\)\./|\1/|' > $$(IDIR_$(1))/CONTROL/files-sha256 \ + sed 's|\([[:blank:]]\)\./|\1/|' > $$(IDIR_$(1))/CONTROL/files-sha256sum \ ) || true \ ) endif