[Midnightbsd-cvs] mports [22229] trunk/Mk/bsd.mport.mk: remove + from botched patch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jan 25 19:32:15 EST 2017


Revision: 22229
          http://svnweb.midnightbsd.org/mports/?rev=22229
Author:   laffer1
Date:     2017-01-25 19:32:15 -0500 (Wed, 25 Jan 2017)
Log Message:
-----------
remove + from botched patch

Modified Paths:
--------------
    trunk/Mk/bsd.mport.mk

Modified: trunk/Mk/bsd.mport.mk
===================================================================
--- trunk/Mk/bsd.mport.mk	2017-01-26 00:06:52 UTC (rev 22228)
+++ trunk/Mk/bsd.mport.mk	2017-01-26 00:32:15 UTC (rev 22229)
@@ -1003,9 +1003,9 @@
 SCRIPTS_ENV+=	${INSTALL_MACROS}
 
 # Macro for copying entire directory tree with correct permissions
-+# In the -exec shell commands, we add add a . as the first argument, it would
-+# end up being $0 aka the script name, which is not part of $@, so we force it
-+# to be able to use $@ directly.
+# In the -exec shell commands, we add add a . as the first argument, it would
+# end up being $0 aka the script name, which is not part of $@, so we force it
+# to be able to use $@ directly.
 COPYTREE_BIN=	${SH} -c '(${FIND} -Ed $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null 2>&1) && \
 						   ${FIND} -Ed $$0 $$2 \(   -type d -exec ${SH} -c '\''cd '\''$$1'\'' && chmod 755 "$$@"'\'' -- . {} + \
 											-o -type f -exec ${SH} -c '\''cd '\''$$1'\'' && chmod ${BINMODE} "$$@"'\'' -- . {} + \)' --



More information about the Midnightbsd-cvs mailing list