summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-01-22 20:26:23 +0100
committerAaron Griffin <aaron@archlinux.org>2007-01-22 20:26:23 +0100
commit2a8b835dda8cf38636cad618bc01b433ef9eefa5 (patch)
tree2aa8497447c80a3fbf9de4875230e92f6cd8b342
parent10b8585c21ecd7ce71f9d69073e5867ee20bde50 (diff)
downloadpacman-2a8b835dda8cf38636cad618bc01b433ef9eefa5.tar.gz
pacman-2a8b835dda8cf38636cad618bc01b433ef9eefa5.tar.xz
Lowercase "changelog" in output message
-rwxr-xr-xscripts/makepkg2
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