PERFORCE change 101930 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed Jul 19 13:52:16 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101930

Change 101930 by gabor at gabor_spitfire on 2006/07/19 13:51:40

	Fix paths for security reports.

Affected files ...

.. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#45 edit

Differences ...

==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#45 (text+ko) ====

@@ -3920,7 +3920,7 @@
 #   5.  world-writable files/dirs
 #
 	-@${RM} -f ${WRKDIR}/.PLIST.setuid ${WRKDIR}/.PLIST.writable ${WRKDIR}/.PLIST.objdump; \
-	${AWK} -v prefix='${DESTDIR}${PREFIX}' ' \
+	${AWK} -v prefix='${PREFIX}' ' \
 		match($$0, /^@cwd /) { prefix = substr($$0, RSTART + RLENGTH); if (prefix == "/") prefix=""; next; } \
 		/^@/ { next; } \
 		/^\// { print; next; } \


More information about the p4-projects mailing list