[pacman-dev] CVS update of pacman-lib/scripts (makepkg)
Dan McGee
dpmcgee at gmail.com
Mon Jan 22 13:49:48 EST 2007
On 1/22/07, Roman Kyrylych <roman.kyrylych at 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.
More information about the pacman-dev
mailing list