Skip to content

Commit

Permalink
pbulk-base-0.43: Explicitly re-run make clean after create-usergroup, if
Browse files Browse the repository at this point in the history
it was run before configure. This ensures that the work directory gets
the correct owner. Fixes strange error in qmail build.
  • Loading branch information
joerg committed Sep 21, 2011
1 parent c5dae09 commit 2d752f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgtools/pbulk-base/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2011/03/06 02:23:32 seanb Exp $
# $NetBSD: Makefile,v 1.6 2011/09/21 11:55:15 joerg Exp $

DISTNAME= pbulk-base-0.42
DISTNAME= pbulk-base-0.43
COMMENT= Core components of the modular bulk build framework

PKG_DESTDIR_SUPPORT= user-destdir
Expand Down
4 changes: 2 additions & 2 deletions pkgtools/pbulk/files/pbulk/scripts/pkg-build
@@ -1,5 +1,5 @@
#!@SH@
# $NetBSD: pkg-build,v 1.22 2010/07/23 21:19:40 joerg Exp $
# $NetBSD: pkg-build,v 1.23 2011/09/21 11:55:15 joerg Exp $
#
# Copyright (c) 2007, 2008 Joerg Sonnenberger <joerg@NetBSD.org>.
# All rights reserved.
Expand Down Expand Up @@ -73,7 +73,7 @@ run_usergroup() {
[ "${use_destdir}" != no ] || return 0
case "${usergroup_phase}" in
*configure)
[ "$1" != "configure" ] || ${make} create-usergroup
[ "$1" != "configure" ] || ${make} create-usergroup clean
;;
*build)
[ "$1" != "build" ] || ${make} create-usergroup
Expand Down

0 comments on commit 2d752f1

Please sign in to comment.