Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 23:29:56 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278873 - head
Message-ID:  <201502162329.t1GNTupa014403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Mon Feb 16 23:29:56 2015
New Revision: 278873
URL: https://svnweb.freebsd.org/changeset/base/278873

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

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Mon Feb 16 22:33:44 2015	(r278872)
+++ head/Makefile.inc1	Mon Feb 16 23:29:56 2015	(r278873)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502162329.t1GNTupa014403>