pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2017Q2]: pkgsrc/mk/pbulk Pullup ticket #5528 - requested by sevan



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c35bca2bc8d3
branches:  pkgsrc-2017Q2
changeset: 408669:c35bca2bc8d3
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Aug 13 18:45:27 2017 +0000

description:
Pullup ticket #5528 - requested by sevan
mk/pbulk/pbulk.sh: bugfix

Revisions pulled up:
- mk/pbulk/pbulk.sh                                             1.4

---
   Module Name:    pkgsrc
   Committed By:   sevan
   Date:           Tue Jul 25 22:45:21 UTC 2017

   Modified Files:
           pkgsrc/mk/pbulk: pbulk.sh

   Log Message:
   Create the All packages sub directory.
   This prevents the bulk build failing on the complition of the first package
   because the directory doesn't exist.

diffstat:

 mk/pbulk/pbulk.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1a8712d16ad5 -r c35bca2bc8d3 mk/pbulk/pbulk.sh
--- a/mk/pbulk/pbulk.sh Mon Jul 31 05:58:07 2017 +0000
+++ b/mk/pbulk/pbulk.sh Sun Aug 13 18:45:27 2017 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: pbulk.sh,v 1.3 2015/12/14 21:12:01 asau Exp $
+# $Id: pbulk.sh,v 1.3.14.1 2017/08/13 18:45:27 bsiegert Exp $
 set -e
 
 usage="usage: ${0##*/} [-lun] [-c mk.conf.fragment] [-d nodes]"
@@ -194,7 +194,7 @@
 # Keep "packages" in pbulk.conf and "PACKAGES" in mk.conf fragment in sync.
 
 # Final preparations:
-mkdir -p ${PACKAGES}
+mkdir -p ${PACKAGES}/All
 if [ ! -n "$unprivileged" ]; then
 chown pbulk:"$(id -gn pbulk)" ${PACKAGES}
 fi



Home | Main Index | Thread Index | Old Index