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

This commit is contained in:
rpaulo 2015-02-16 23:29:56 +00:00
parent e8f9899e24
commit bc75b399e2

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