Signed-off-by: Jon Ringle <[email protected]>
---
 bin/ptxdist |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/bin/ptxdist b/bin/ptxdist
index e01faae..d27c6c2 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -454,6 +454,7 @@ check_dirs() {
        for dir in \
                "${BUILDDIR}" \
                "${CROSS_BUILDDIR}" \
+               "${KLIBC_BUILDDIR}" \
                "${HOST_BUILDDIR}" \
                "${STATEDIR}" \
                "${IMAGEDIR}" \
@@ -477,6 +478,7 @@ check_dirs() {
        for dir in \
                "${BUILDDIR}" \
                "${CROSS_BUILDDIR}" \
+               "${KLIBC_BUILDDIR}" \
                "${HOST_BUILDDIR}" \
                ; do
                local testfile_lower="${dir}/.secret-world-domination-project"
@@ -854,7 +856,7 @@ clean() {
 
        echo
        echo "${PROMPT}removing build directories..."
-       for dir in "${BUILDDIR}" "${CROSS_BUILDDIR}" "${HOST_BUILDDIR}"; do
+       for dir in "${BUILDDIR}" "${CROSS_BUILDDIR}" "${KLIBC_BUILDDIR}" 
"${HOST_BUILDDIR}"; do
                if [ ! -d "${dir}" ]; then
                        continue
                fi
-- 
1.6.3.3.334.g916e1


--
ptxdist mailing list
[email protected]

Reply via email to