20 Feb
2008
20 Feb
'08
2:15 a.m.
On Feb 20, 2008 12:22 AM, Mark Constable <markc@renta.net> wrote:
FWIW
--- /usr/bin/makepkg.orig 2008-02-20 16:15:35.000000000 +1000 +++ /usr/bin/makepkg 2008-02-20 16:18:03.000000000 +1000 @@ -934,8 +934,8 @@ create_srcpackage() { cd "$startdir" msg "$(gettext "Creating source package...")" - local comp_files="PKGBUILD" - msg2 "$(gettext "Adding %s...")" "PKGBUILD" + local comp_files="$BUILDSCRIPT" + msg2 "$(gettext "Adding %s...")" "$BUILDSCRIPT"
if [ "$install" != "" ]; then if [ -f $install ]; then
This looks like a good catch. I didn't get a chance to release pacman 3.1.2 tonight, so I'll sneak this in there tomorrow before I release the tarballs. -Dan