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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278873

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