summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-01-20 19:52:40 -0600
committerMike Frysinger <vapier@gentoo.org>2017-01-20 19:53:52 -0600
commit62fa24bb8afe5b4e83a853b62649cb5a7ae100f5 (patch)
tree6f9c58e42a3ccffb217f702caef83b05a3226378 /sys-auth
parentsys-fs/lufis: update to EAPI=6 (diff)
downloadgentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.tar.gz
gentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.tar.bz2
gentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.zip
fix quoting to a lot of patch calls
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild2
-rw-r--r--sys-auth/pam_ldap/pam_ldap-183.ebuild2
-rw-r--r--sys-auth/pam_ldap/pam_ldap-184.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild b/sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild
index 03258521861b..c8522a04c1da 100644
--- a/sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild
+++ b/sys-auth/pam_dotfile/pam_dotfile-0.7-r1.ebuild
@@ -26,7 +26,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
- EPATCH_SUFFIX="patch" epatch ${WORKDIR}/${PV}
+ EPATCH_SUFFIX="patch" epatch "${WORKDIR}/${PV}"
AT_M4DIR="${WORKDIR}/${PV}/m4" eautoreconf
}
diff --git a/sys-auth/pam_ldap/pam_ldap-183.ebuild b/sys-auth/pam_ldap/pam_ldap-183.ebuild
index 26d0b176c654..abd77007d430 100644
--- a/sys-auth/pam_ldap/pam_ldap-183.ebuild
+++ b/sys-auth/pam_ldap/pam_ldap-183.ebuild
@@ -19,7 +19,7 @@ DEPEND=">=sys-libs/glibc-2.1.3
src_unpack() {
unpack ${A}
- #EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-176-fix-referral-tls.patch
+ #EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-176-fix-referral-tls.patch
cd "${S}"
eautoreconf
diff --git a/sys-auth/pam_ldap/pam_ldap-184.ebuild b/sys-auth/pam_ldap/pam_ldap-184.ebuild
index 81553da9589e..20c575e3cd5b 100644
--- a/sys-auth/pam_ldap/pam_ldap-184.ebuild
+++ b/sys-auth/pam_ldap/pam_ldap-184.ebuild
@@ -19,7 +19,7 @@ DEPEND=">=sys-libs/glibc-2.1.3
src_unpack() {
unpack ${A}
- #EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-176-fix-referral-tls.patch
+ #EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-176-fix-referral-tls.patch
cd "${S}"
eautoreconf