diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-03 16:48:36 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-03 16:48:36 +0000 |
commit | 82820147db1d7a9e6cf423df0e1013255e541393 (patch) | |
tree | e9e9e3d999f2b7366b86cfcb5ff1d7c0a98d0960 | |
parent | ea32ba013228d4d1b951b94dc1e097d2c2bfd4af (diff) | |
download | FreeBSD-src-82820147db1d7a9e6cf423df0e1013255e541393.zip FreeBSD-src-82820147db1d7a9e6cf423df0e1013255e541393.tar.gz |
Export PARALLEL_PACAKGE_BUILD to the environment as well to catch more
packages that should/should not be included on the first CD. This is needed
for the recent KDE space-saving change.
Approved by: re (bmah)
-rwxr-xr-x | release/scripts/print-cdrom-packages.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/print-cdrom-packages.sh b/release/scripts/print-cdrom-packages.sh index 560c7d6..56dc78e 100755 --- a/release/scripts/print-cdrom-packages.sh +++ b/release/scripts/print-cdrom-packages.sh @@ -33,6 +33,7 @@ # were built. export BATCH=t export PACKAGE_BUILDING=t +export PARALLEL_PACKAGE_BUILD=t # Don't pick up installed packages from the host export LOCALBASE=/nonexistentlocal |