From 10b8585c21ecd7ce71f9d69073e5867ee20bde50 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 22 Jan 2007 17:53:56 +0000 Subject: Rename Changelog -> ChangeLog (the standard way of casing a ChangeLog) --- scripts/makepkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/makepkg b/scripts/makepkg index 4dc44f1f..1c5705f4 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -897,9 +897,9 @@ fi # do we have a changelog? have_changelog=0 -if [ -f "$startdir/Changelog" ]; then - msg "Copying package Changelog" - cp "$startdir/Changelog" "$startdir/pkg/.CHANGELOG" +if [ -f "$startdir/ChangeLog" ]; then + msg "Copying package ChangeLog" + cp "$startdir/ChangeLog" "$startdir/pkg/.CHANGELOG" have_changelog=1 fi -- cgit v1.2.3-24-g4f1b