diff --git a/cook.sh b/cook.sh index 9cf31f7d4ec09145680d29d5a308540965f74299..9ce54ae418386b99f50f856701ec62d605da2723 100755 --- a/cook.sh +++ b/cook.sh @@ -443,7 +443,7 @@ function op { mkdir -p stage/pkg pushd stage > /dev/null - find . -type f | cut -d / -f 2- | sort | while read file + find -L . -type f | cut -d / -f 2- | sort | while read file do sha256sum "$file" >> "pkg/$1.sha256sums" done