net-libs/wvstreams: Fix sed script.
authorJeroen Roovers <jer@gentoo.org>
Wed, 26 Jul 2017 14:10:51 +0000 (16:10 +0200)
committerJeroen Roovers <jer@gentoo.org>
Wed, 26 Jul 2017 19:10:42 +0000 (21:10 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild

index 4c9442c59fd8d2154eee96184205c9571c309980..af37675388dceb21b97d3d904116fda324345f18 100644 (file)
@@ -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=5
@@ -53,7 +53,7 @@ src_prepare() {
        sed -i \
                -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
                -e 's:AM_PROG_CC_STDC:AC_PROG_CC:' \
-               configure.ac argp/configure.ac || die
+               argp/configure.ac || die
 
        eautoreconf
        pushd argp >/dev/null