FreeBSD packaging: Fix another typo...

This commit is contained in:
Reynir Björnsson 2022-08-24 14:52:53 +02:00
parent cfefe4f425
commit 4b964fa938

View file

@ -24,7 +24,7 @@ install -U "$bdir/opam-graph" "$bindir/opam-graph"
flatsize=$(find "$rootdir" -type f -exec stat -f %z {} + | flatsize=$(find "$rootdir" -type f -exec stat -f %z {} + |
awk 'BEGIN {s=0} {s+=$1} END {print s}') awk 'BEGIN {s=0} {s+=$1} END {print s}')
sed -e "s:%%FLATSIZE%%:${flatsize}:" -e "/^[Vversion:/s/-/./g" "$pdir/MANIFEST" > "$manifest" sed -e "s:%%FLATSIZE%%:${flatsize}:" -e "/^[Vv]ersion:/s/-/./g" "$pdir/MANIFEST" > "$manifest"
{ {
printf '\nfiles {\n' printf '\nfiles {\n'