[pacman-dev] Two missing BUILDSCRIPT variables from makepkg

Mark Constable markc at renta.net
Wed Feb 20 01:22:18 EST 2008


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


--markc




More information about the pacman-dev mailing list