From 2a8b835dda8cf38636cad618bc01b433ef9eefa5 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 22 Jan 2007 19:26:23 +0000 Subject: Lowercase "changelog" in output message --- scripts/makepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-g4f1b