summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 3a1826e66..0d7244087 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -182,17 +182,6 @@ install_qa_check() {
unset INSTALLTOD
fi
- local find_log="${T}/find-portage-log"
- find "${D}"/ -user portage -print0 > "${find_log}"
- if [[ -s ${find_log} ]] ; then
- xargs -0 chown -h ${PORTAGE_INST_UID:-0} < "${find_log}"
- fi
- find "${D}"/ -group portage -print0 > "${find_log}"
- if [[ -s ${find_log} ]] ; then
- xargs -0 chgrp -h ${PORTAGE_INST_GID:-0} < "${find_log}"
- fi
- rm -f "${find_log}"
-
# Portage regenerates this on the installed system.
if [ -f "${D}/usr/share/info/dir.gz" ]; then
rm -f "${D}/usr/share/info/dir.gz"