1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Lowercase "changelog" in output message

This commit is contained in:
Aaron Griffin 2007-01-22 19:26:23 +00:00
parent 10b8585c21
commit 2a8b835dda

View File

@ -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