svn commit: r244504 - projects/portbuild/pxedust

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 19:30:34 UTC 2012


Author: linimon (doc,ports committer)
Date: Thu Dec 20 19:30:34 2012
New Revision: 244504
URL: http://svnweb.freebsd.org/changeset/base/244504

Log:
  Don't hide the diff.out file in the src directory.

Modified:
  projects/portbuild/pxedust/pxedust

Modified: projects/portbuild/pxedust/pxedust
==============================================================================
--- projects/portbuild/pxedust/pxedust	Thu Dec 20 18:38:02 2012	(r244503)
+++ projects/portbuild/pxedust/pxedust	Thu Dec 20 19:30:34 2012	(r244504)
@@ -39,7 +39,7 @@ COMMON_ENV="TARGET=${TARGET} TARGET_ARCH
 
 KERNCONF="PACKAGE_NODE_${TARGET}"
 
-LOGFILE="diff.out"
+LOGFILE="`pwd -P`/diff.out"
 
 # using a src directory, populate a dst directory, or note differences
 setup () {


More information about the svn-src-projects mailing list