diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-06-20 13:34:29 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-06-20 13:34:29 +0200 |
commit | 58a9e179acabcb5fbb173d9460cea7c12620b28b (patch) | |
tree | f67b1baf2e1261eee38a5a8f2652e47a4a4fa765 /sys-libs | |
parent | net-libs/zeromq: marked ~{x86,x64}-macos (diff) | |
download | gentoo-58a9e179acabcb5fbb173d9460cea7c12620b28b.tar.gz gentoo-58a9e179acabcb5fbb173d9460cea7c12620b28b.tar.bz2 gentoo-58a9e179acabcb5fbb173d9460cea7c12620b28b.zip |
sys-libs/libuuid: add -f to rm for bug #620016
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libuuid/libuuid-1.0.3.ebuild | 4 |
1 files 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 0f805b52dba8..aad8ae81cd2a 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 } |