summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2015-02-16 23:29:56 +0000
committerrpaulo <rpaulo@FreeBSD.org>2015-02-16 23:29:56 +0000
commitbc75b399e25aab68eef7bf27125e87d46381e409 (patch)
tree29b7023a2fc64a44929883ef4709553fa5ba579e /Makefile.inc1
parente8f9899e24c53b652efba226ff48da0bd5b286ab (diff)
downloadFreeBSD-src-bc75b399e25aab68eef7bf27125e87d46381e409.zip
FreeBSD-src-bc75b399e25aab68eef7bf27125e87d46381e409.tar.gz
Fix a typo when invoking tar(1) to create the debug distributions.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 9fefae8..4dcbc0f 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud