index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | scripts/makepkg | 2 |
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 |