[pacman-dev] Two missing BUILDSCRIPT variables from makepkg

Dan McGee dpmcgee at gmail.com
Wed Feb 20 02:15:09 EST 2008


On Feb 20, 2008 12:22 AM, Mark Constable <markc at 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




More information about the pacman-dev mailing list