mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Solve the problem of spuriously comparing files that were created
in the ${TEMPROOT}/usr/obj directory by deleting them first.
This commit is contained in:
parent
64503575e3
commit
3e9d29b012
1 changed files with 3 additions and 0 deletions
|
|
@ -528,6 +528,9 @@ esac
|
|||
#
|
||||
rm -f ${TEMPROOT}/etc/spwd.db ${TEMPROOT}/etc/passwd ${TEMPROOT}/etc/pwd.db
|
||||
|
||||
# We only need to compare things like freebsd.cf once
|
||||
find ${TEMPROOT}/usr/obj -type f -delete
|
||||
|
||||
# Get ready to start comparing files
|
||||
|
||||
# Check umask if not specified on the command line,
|
||||
|
|
|
|||
Loading…
Reference in a new issue