net-libs/libsrtp: Fix post-test libsrtp2.a rm, #600946
authorMichał Górny <mgorny@gentoo.org>
Wed, 9 Aug 2017 15:34:24 +0000 (17:34 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 11 Aug 2017 13:20:40 +0000 (15:20 +0200)
net-libs/libsrtp/libsrtp-2.0.0.ebuild

index 9e282218d75d1c8692f58b651d9cc267a72667d0..828aec3146b71ba3d544c758973384c4aa8d8363 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -59,9 +59,9 @@ src_compile() {
 src_test() {
        LD_LIBRARY_PATH="${S}" emake -j1 runtest
 
-       # Makefile.in has '$(testapp): libsrtp.a'
+       # Makefile.in has '$(testapp): libsrtp2.a'
        if use !static-libs; then
-               rm libsrtp.a || die
+               rm libsrtp2.a || die
        fi
 }