summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-01-22 18:53:56 +0100
committerAaron Griffin <aaron@archlinux.org>2007-01-22 18:53:56 +0100
commit10b8585c21ecd7ce71f9d69073e5867ee20bde50 (patch)
treecfcd97bbc70271ca678efa6252ba61a8b3e0623b /scripts
parent000256cbc58407ac4a27ca27ed09015b14ab99b0 (diff)
downloadpacman-10b8585c21ecd7ce71f9d69073e5867ee20bde50.tar.gz
pacman-10b8585c21ecd7ce71f9d69073e5867ee20bde50.tar.xz
Rename Changelog -> ChangeLog (the standard way of casing a ChangeLog)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/makepkg6
1 files changed, 3 insertions, 3 deletions
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