diff options
author | Yixun Lan <dlan@gentoo.org> | 2017-05-23 17:06:00 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2017-05-23 17:06:43 +0800 |
commit | 6752e319c8f5ffecd5ef4b2aab3f118c942a4121 (patch) | |
tree | f207c17c20d7423e97ee44854464a895d0d23039 /net-misc/connman | |
parent | app-backup/snapper: version bump, 0.5.0 (diff) | |
download | gentoo-6752e319c8f5ffecd5ef4b2aab3f118c942a4121.tar.gz gentoo-6752e319c8f5ffecd5ef4b2aab3f118c942a4121.tar.bz2 gentoo-6752e319c8f5ffecd5ef4b2aab3f118c942a4121.zip |
net-misc/connman: fix EPREFIX typo
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-misc/connman')
-rw-r--r-- | net-misc/connman/connman-1.33-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/connman/connman-1.34.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/connman/connman-1.33-r1.ebuild b/net-misc/connman/connman-1.33-r1.ebuild index 5ed702794719..54b05b9ca1ba 100644 --- a/net-misc/connman/connman-1.33-r1.ebuild +++ b/net-misc/connman/connman-1.33-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -46,7 +46,7 @@ src_configure() { econf \ --localstatedir=/var \ --with-systemdunitdir=$(systemd_get_systemunitdir) \ - --with-tmpfilesdir=${EPRIFEX}/usr/lib/tmpfiles.d \ + --with-tmpfilesdir=${EPREFIX}/usr/lib/tmpfiles.d \ --enable-client \ --enable-datafiles \ --enable-loopback=builtin \ diff --git a/net-misc/connman/connman-1.34.ebuild b/net-misc/connman/connman-1.34.ebuild index b141c8385a0c..b67c65d2b222 100644 --- a/net-misc/connman/connman-1.34.ebuild +++ b/net-misc/connman/connman-1.34.ebuild @@ -51,7 +51,7 @@ src_configure() { econf \ --localstatedir=/var \ --with-systemdunitdir=$(systemd_get_systemunitdir) \ - --with-tmpfilesdir=${EPRIFEX}/usr/lib/tmpfiles.d \ + --with-tmpfilesdir=${EPREFIX}/usr/lib/tmpfiles.d \ --enable-client \ --enable-datafiles \ --enable-loopback=builtin \ |