commit: 37c21706fc8c2f4432d1220eb30875f5c656ded0 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Fri Mar 23 09:29:00 2018 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Fri Mar 23 09:29:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c21706
www-apps/agendav: fix sed to use a file, bug #651236 Closes: https://bugs.gentoo.org/651236 Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-apps/agendav/agendav-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/agendav/agendav-2.2.0.ebuild b/www-apps/agendav/agendav-2.2.0.ebuild index b2cd58dfa2a..47b914cb2e6 100644 --- a/www-apps/agendav/agendav-2.2.0.ebuild +++ b/www-apps/agendav/agendav-2.2.0.ebuild @@ -32,7 +32,7 @@ src_install() { einfo "Installing agendavcli utility" sed -i -e '/__DIR__/s:/web/:/:' agendavcli || die - sed -i -e '/migrations_directory/s:web/::' || die + sed -i -e '/migrations_directory/s:web/::' migrations.yml || die doins migrations.yml exeinto "${MY_HOSTROOTDIR}/${PN}" doexe agendavcli
