From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/files/
Date: Fri, 12 Jul 2013 17:37:01 +0000 (UTC) [thread overview]
Message-ID: <1371508187.10f6d6a5ecc03e037409595fc457838db532f770.bicatali@gentoo> (raw)
commit: 10f6d6a5ecc03e037409595fc457838db532f770
Author: Chris Kerr <cjk34 <AT> cam <DOT> ac <DOT> uk>
AuthorDate: Mon Jun 17 22:29:47 2013 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 22:29:47 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=10f6d6a5
Looks like the condor_tools patch also requires backslashes
---
sys-cluster/htcondor/files/fix_sandbox_violations-8.0.0.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-cluster/htcondor/files/fix_sandbox_violations-8.0.0.patch b/sys-cluster/htcondor/files/fix_sandbox_violations-8.0.0.patch
index 3525161..c7c32a2 100644
--- a/sys-cluster/htcondor/files/fix_sandbox_violations-8.0.0.patch
+++ b/sys-cluster/htcondor/files/fix_sandbox_violations-8.0.0.patch
@@ -20,15 +20,15 @@
set( SRC_DIR ${CMAKE_SOURCE_DIR} )
set( BIN_DIR ${CMAKE_BINARY_DIR} )
- install( CODE "execute_process(COMMAND mkdir -p ${CMAKE_INSTALL_PREFIX}/lib/condor)" )
-+ install( CODE "execute_process(COMMAND mkdir -p $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/condor)" )
++ install( CODE "execute_process(COMMAND mkdir -p \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/lib/condor)" )
install( CODE "execute_process(COMMAND ${SRC_DIR}/src/condor_scripts/print-libs ${BIN_DIR}/src/condor_tools/condor_version ${SRC_DIR}/src/condor_scripts/syslib-patterns
- COMMAND xargs -isrc cp src ${CMAKE_INSTALL_PREFIX}/lib/condor
-+ COMMAND xargs -isrc cp src $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/condor
++ COMMAND xargs -isrc cp src \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/lib/condor
)" )
# This is required for opensuse, where the system's libssl and
# libcrypto files don't have owner write permission.
- install( CODE "execute_process(COMMAND chmod -R u+w ${CMAKE_INSTALL_PREFIX}/lib/condor/)" )
-+ install( CODE "execute_process(COMMAND chmod -R u+w $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/condor/)" )
++ install( CODE "execute_process(COMMAND chmod -R u+w \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/lib/condor/)" )
endif()
############################################################
next reply other threads:[~2013-07-12 17:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-12 17:37 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-01-25 16:39 [gentoo-commits] proj/sci:master commit in: sys-cluster/htcondor/files/ Justin Lecher
2015-01-12 0:00 Christoph Junghans
2015-01-12 0:00 Christoph Junghans
2015-01-12 0:00 Christoph Junghans
2015-01-12 0:00 Christoph Junghans
2013-07-12 17:37 Sebastien Fabbro
2013-07-12 17:37 Sebastien Fabbro
2013-07-12 17:37 Sebastien Fabbro
2013-07-12 17:37 Sebastien Fabbro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1371508187.10f6d6a5ecc03e037409595fc457838db532f770.bicatali@gentoo \
--to=bicatali@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox