22 Jan
2007
22 Jan
'07
6:49 p.m.
On 1/22/07, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
But then:
+# do we have a changelog? +have_changelog=0 +if [ -f "$startdir/ChangeLog" ]; then + msg "Copying package ChangeLog" + cp "$startdir/ChangeLog" "$startdir/pkg/.CHANGELOG" + have_changelog=1 fi
Still, shouldn't "Copying package ChangeLog" be "Copying package changelog"? IMHO, changelog in this case isn't related to filename but to ...changelog (like msg "Copying install script..."). ;-)
I like this, makes more sense.