diff options
Diffstat (limited to 'sys-apps/systemd/systemd-204.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-204.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/systemd/systemd-204.ebuild b/sys-apps/systemd/systemd-204.ebuild index f0307dcdd956..4d3b62aea6cc 100644 --- a/sys-apps/systemd/systemd-204.ebuild +++ b/sys-apps/systemd/systemd-204.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-204.ebuild,v 1.3 2013/06/20 12:29:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-204.ebuild,v 1.4 2013/07/16 07:30:08 mgorny Exp $ EAPI=5 @@ -122,8 +122,8 @@ src_configure() { local myeconfargs=( --localstatedir=/var --with-pamlibdir=$(getpam_mod_dir) - # avoid bash-completion dep, default is stupid - --with-bashcompletiondir=/usr/share/bash-completion + # avoid bash-completion dep + --with-bashcompletiondir="$(get_bashcompdir)" # make sure we get /bin:/sbin in $PATH --enable-split-usr # disable sysv compatibility |