Re: [pacman-dev] [PATCH 3/3] makepkg: complain when the buildfile isn't writeable

2012-02-15 Thread Dave Reisner
On Wed, Feb 15, 2012 at 6:09 AM, Allan McRae wrote: > On 15/02/12 04:58, Dave Reisner wrote: > > If the PKGBUILD isn't writeable for devel_update, throw a warning > > instead of silently ignoring it. Some logical reordering is present in > > this patch to reduce the number of nested if's. > > > >

Re: [pacman-dev] [PATCH 3/3] makepkg: complain when the buildfile isn't writeable

2012-02-15 Thread Allan McRae
On 15/02/12 04:58, Dave Reisner wrote: > If the PKGBUILD isn't writeable for devel_update, throw a warning > instead of silently ignoring it. Some logical reordering is present in > this patch to reduce the number of nested if's. > > Signed-off-by: Dave Reisner > --- > scripts/makepkg.sh.in |

[pacman-dev] [PATCH 3/3] makepkg: complain when the buildfile isn't writeable

2012-02-14 Thread Dave Reisner
If the PKGBUILD isn't writeable for devel_update, throw a warning instead of silently ignoring it. Some logical reordering is present in this patch to reduce the number of nested if's. Signed-off-by: Dave Reisner --- scripts/makepkg.sh.in | 14 +++--- 1 files changed, 7 insertions(+),