diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-02-23 17:37:53 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-02-23 17:38:05 +0100 |
commit | bd5d83f6788408eb19e21363980735cd4165b9ad (patch) | |
tree | d0cefeb0746675f54271f9cfabe4ab9edeca72eb /app-admin/abrt | |
parent | gnome-base/gnome-control-center: restrict gnome-desktop dependency (diff) | |
download | gentoo-bd5d83f6788408eb19e21363980735cd4165b9ad.tar.gz gentoo-bd5d83f6788408eb19e21363980735cd4165b9ad.tar.bz2 gentoo-bd5d83f6788408eb19e21363980735cd4165b9ad.zip |
app-admin/abrt: Fix typo
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-admin/abrt')
-rw-r--r-- | app-admin/abrt/abrt-2.12.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/abrt/abrt-2.12.0-r1.ebuild b/app-admin/abrt/abrt-2.12.0-r1.ebuild index fedc7d3e48b8..77b7808c7061 100644 --- a/app-admin/abrt/abrt-2.12.0-r1.ebuild +++ b/app-admin/abrt/abrt-2.12.0-r1.ebuild @@ -64,7 +64,7 @@ src_prepare() { # Install under proper directory sed -i -e 's:dbusabrtdocdir = ${datadir}/doc/abrt-dbus-${VERSION}/html:dbusabrtdocdir = ${datadir}/doc/${PF}/html:' doc/problems-service/Makefile.am || die - # Ensure this works for systemd with and without /usr merge + # Ensure this works for systems with and without /usr merge sed -i -e "s:/usr/bin/bash:$(which bash):" init-scripts/abrtd.service || die # pyhook test is sensitive to the format of python's error messages, and |