mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
make: fix plist check on FreeBSD 13
This commit is contained in:
parent
1b9e263195
commit
b91f9077f6
2
Makefile
2
Makefile
@ -295,7 +295,7 @@ plist-check:
|
||||
@mkdir -p ${WRKDIR}
|
||||
@${MAKE} DESTDIR=${DESTDIR} plist > ${WRKDIR}/plist.new
|
||||
@cat ${.CURDIR}/plist > ${WRKDIR}/plist.old
|
||||
@if ! diff -uq ${WRKDIR}/plist.old ${WRKDIR}/plist.new > /dev/null ; then \
|
||||
@if ! diff -q ${WRKDIR}/plist.old ${WRKDIR}/plist.new > /dev/null ; then \
|
||||
diff -u ${WRKDIR}/plist.old ${WRKDIR}/plist.new || true; \
|
||||
echo ">>> Package file lists do not match. Please run 'make plist-fix'." >&2; \
|
||||
rm ${WRKDIR}/plist.*; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user