FreeBSD packaging: Fix another typo...
This commit is contained in:
parent
cfefe4f425
commit
4b964fa938
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ install -U "$bdir/opam-graph" "$bindir/opam-graph"
|
|||
flatsize=$(find "$rootdir" -type f -exec stat -f %z {} + |
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue