summaryrefslogtreecommitdiffstats
path: root/bin/ptxdist
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ptxdist')
-rwxr-xr-xbin/ptxdist2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 152aa84ea..862efe49c 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -1057,6 +1057,7 @@ clean() {
echo "${PTXDIST_LOG_PROMPT}cleaning root directory..."
rm -fr -- "${ROOTDIR}"
rm -fr -- "${PTXDIST_PLATFORMDIR}/root-debug"
+ rm -fr -- "${PTXDIST_PLATFORMDIR}/nfsroot"
echo "${PTXDIST_LOG_PROMPT}cleaning packages..."
rm -fr -- "${PKGDIR}"/*.ipk
echo "${PTXDIST_LOG_PROMPT}cleaning targetinstall stages..."
@@ -1153,6 +1154,7 @@ clean() {
echo "${PTXDIST_LOG_PROMPT}removing root..."
rm -fr -- "${ROOTDIR}"
rm -fr -- "${PTXDIST_PLATFORMDIR}/root-debug"
+ rm -fr -- "${PTXDIST_PLATFORMDIR}/nfsroot"
echo "${PTXDIST_LOG_PROMPT}removing state..."
rm -fr -- "${STATEDIR}"
echo "${PTXDIST_LOG_PROMPT}removing logfile..."