Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2021-08-28 21:57:56 +0300
committerBryan Drewery <bryan@shatow.net>2021-08-28 21:57:56 +0300
commit95971acb6ffd51b2432a38efd1111dd189f68edd (patch)
tree45acb6728534f67b65e550edcea1e166a13bcb6c /src
parent8de014b5e6ad4354cbd64c43441809eadfdaf8c9 (diff)
distclean: Fix reading make.conf
Fixes #910 Fixes fa0308152e6 ("Move make.conf ports_env handling to its own not-spammy file")
Diffstat (limited to 'src')
-rwxr-xr-xsrc/share/poudriere/distclean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/distclean.sh b/src/share/poudriere/distclean.sh
index aaee4e91..8a64a368 100755
--- a/src/share/poudriere/distclean.sh
+++ b/src/share/poudriere/distclean.sh
@@ -144,7 +144,7 @@ for PTNAME in ${PTNAMES}; do
__MAKE_CONF=$(mktemp -t poudriere-make.conf)
export __MAKE_CONF
- setup_ports_env "/" "${__MAKE_CONF}"
+ setup_ports_env "" "${__MAKE_CONF}"
if [ -z "${NO_PACKAGE_BUILDING}" ]; then
echo "BATCH=yes"
echo "PACKAGE_BUILDING=yes"