diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-01-20 19:52:40 -0600 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-01-20 19:53:52 -0600 |
commit | 62fa24bb8afe5b4e83a853b62649cb5a7ae100f5 (patch) | |
tree | 6f9c58e42a3ccffb217f702caef83b05a3226378 /sys-boot/milo | |
parent | sys-fs/lufis: update to EAPI=6 (diff) | |
download | gentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.tar.gz gentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.tar.bz2 gentoo-62fa24bb8afe5b4e83a853b62649cb5a7ae100f5.zip |
fix quoting to a lot of patch calls
Diffstat (limited to 'sys-boot/milo')
-rw-r--r-- | sys-boot/milo/milo-2.4.18.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/milo/milo-2.4.18.ebuild b/sys-boot/milo/milo-2.4.18.ebuild index 037a6d57191a..9d3669201dc5 100644 --- a/sys-boot/milo/milo-2.4.18.ebuild +++ b/sys-boot/milo/milo-2.4.18.ebuild @@ -89,9 +89,9 @@ src_unpack() { # gcc3 fixes, and some tweaks to get a build, also # reiserfs support for the kernel (and milo). - cd ${WORKDIR}/linux; epatch ${FILESDIR}/linux-${kernel_version}-gcc3-milo.diff || die - cd ${WORKDIR}/linux; epatch ${DISTDIR}/linux-2.2.20-reiserfs-3.5.35.diff.bz2 || die - cd ${S}; epatch ${FILESDIR}/milo-${milo_version}-gcc3-gentoo.diff || die + cd ${WORKDIR}/linux; epatch "${FILESDIR}"/linux-${kernel_version}-gcc3-milo.diff || die + cd ${WORKDIR}/linux; epatch "${DISTDIR}"/linux-2.2.20-reiserfs-3.5.35.diff.bz2 || die + cd ${S}; epatch "${FILESDIR}"/milo-${milo_version}-gcc3-gentoo.diff || die } src_compile() { |