mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-08 12:28:00 -05:00
Lowercase "changelog" in output message
This commit is contained in:
parent
10b8585c21
commit
2a8b835dda
@ -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…
Reference in New Issue
Block a user