pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/pbulk
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mk/pbulk/pbulk.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/pbulk/pbulk.sh
diff -u pkgsrc/mk/pbulk/pbulk.sh:1.3 pkgsrc/mk/pbulk/pbulk.sh:1.4
--- pkgsrc/mk/pbulk/pbulk.sh:1.3 Mon Dec 14 21:12:01 2015
+++ pkgsrc/mk/pbulk/pbulk.sh Tue Jul 25 22:45:21 2017
@@ -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.4 2017/07/25 22:45:21 sevan Exp $
set -e
usage="usage: ${0##*/} [-lun] [-c mk.conf.fragment] [-d nodes]"
@@ -194,7 +194,7 @@ fi
# 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