Fix a typo when invoking tar(1) to create the debug distributions.

This commit is contained in:
Rui Paulo 2015-02-16 23:29:56 +00:00
parent d19b0f3ea5
commit 3b66656a20

View File

@ -929,7 +929,7 @@ packageworld:
@${DESTDIR}/${DISTDIR}/${dist}.debug.meta
. else
${_+_}cd ${DESTDIR}/${DISTDIR}/${dist}; \
tar cvJfL ${DESTDIR}/${DISTDIR}/${dist}-dbg.txz \
tar cvJLf ${DESTDIR}/${DISTDIR}/${dist}-dbg.txz \
usr/lib/debug
. endif
.endfor