Lowercase "changelog" in output message
This commit is contained in:
parent
10b8585c21
commit
2a8b835dda
1 changed files with 1 additions and 1 deletions
|
@ -898,7 +898,7 @@ fi
|
|||
# do we have a changelog?
|
||||
have_changelog=0
|
||||
if [ -f "$startdir/ChangeLog" ]; then
|
||||
msg "Copying package ChangeLog"
|
||||
msg "Copying package changelog"
|
||||
cp "$startdir/ChangeLog" "$startdir/pkg/.CHANGELOG"
|
||||
have_changelog=1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue