1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Back out (1) in previous commit -- extra directories are fatal again.

Otherwise it is often too hard to find out which port left the directory
behind since packages propagates extra directories.  Also, many
of the extra directories contain files, so it makes no sense to ignore them.
This commit is contained in:
Satoshi Asami 2000-07-05 17:49:46 +00:00
parent 30ceac13f8
commit d8176a286f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30247

View File

@ -96,11 +96,7 @@ else
mtree -f ${mtreefile} -p ${prefix} > /tmp/list3
if [ -s /tmp/list3 ]; then
if [ "x${NOPLISTCHECK}" = "x" ]; then
for path in $(awk '/^extra:/ {print $2}' /tmp/list3); do
if [ ! -d ${prefix}/${path} ]; then
echo "1" > /tmp/status
fi
done
echo "1" > /tmp/status
fi
echo "================================================================"
echo "list of extra files and directories in ${prefix}"