summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuerch <nativemad@gentoo.org>2016-01-22 18:45:33 +0100
committerAndreas Schuerch <nativemad@gentoo.org>2016-01-22 18:45:33 +0100
commit51990f4ccfc182aabeba2d895f9b508d4e81aaa0 (patch)
tree7527d0b8be48e547cde190127ccad2613100af0b /sys-fs/dislocker
parentdev-python/backports-ssl-match-hostname: Fix file collison (diff)
downloadgentoo-51990f4ccfc182aabeba2d895f9b508d4e81aaa0.tar.gz
gentoo-51990f4ccfc182aabeba2d895f9b508d4e81aaa0.tar.bz2
gentoo-51990f4ccfc182aabeba2d895f9b508d4e81aaa0.zip
sys-fs/dislocker: some more quoting and escaping...
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-fs/dislocker')
-rw-r--r--sys-fs/dislocker/dislocker-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/dislocker/dislocker-9999.ebuild b/sys-fs/dislocker/dislocker-9999.ebuild
index 9822c346cb4f..ba8d5839f494 100644
--- a/sys-fs/dislocker/dislocker-9999.ebuild
+++ b/sys-fs/dislocker/dislocker-9999.ebuild
@@ -34,7 +34,7 @@ src_prepare() {
# sed 's:Werror:Wno-error:g' -i "${S}/src/CMakeLists.txt" || die
sed 's:-D_FORTIFY_SOURCE=2::g' -i "${S}/src/CMakeLists.txt" || die
- sed 's:../man:../../'${P}'/man:g' -i "${S}/src/CMakeLists.txt" || die
+ sed 's:\.\./man:'../../${P}/man':g' -i "${S}/src/CMakeLists.txt" || die
}
src_install() {