diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-01-22 19:26:23 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-01-22 19:26:23 +0000 |
commit | 2a8b835dda8cf38636cad618bc01b433ef9eefa5 (patch) | |
tree | 2aa8497447c80a3fbf9de4875230e92f6cd8b342 /scripts/makepkg | |
parent | 10b8585c21ecd7ce71f9d69073e5867ee20bde50 (diff) | |
download | pacman-2a8b835dda8cf38636cad618bc01b433ef9eefa5.tar.xz |
Lowercase "changelog" in output message
Diffstat (limited to 'scripts/makepkg')
-rwxr-xr-x | scripts/makepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg b/scripts/makepkg index 1c5705f4..93023a1f 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -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 |