commit: 58a9e179acabcb5fbb173d9460cea7c12620b28b
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 11:34:29 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 11:34:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a9e179
sys-libs/libuuid: add -f to rm for bug #620016
Package-Manager: Portage-2.3.6, Repoman-2.3.1
sys-libs/libuuid/libuuid-1.0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-libs/libuuid/libuuid-1.0.3.ebuild
b/sys-libs/libuuid/libuuid-1.0.3.ebuild
index 0f805b52dba..aad8ae81cd2 100644
--- a/sys-libs/libuuid/libuuid-1.0.3.ebuild
+++ b/sys-libs/libuuid/libuuid-1.0.3.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
@@ -28,5 +28,5 @@ src_configure() {
src_install() {
default
- rm "${ED}"/usr/lib/*.la || die
+ rm -f "${ED}"/usr/lib/*.la || die
}