diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-07-25 10:07:36 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-07-25 10:07:36 +0000 |
commit | 789fbbb59220da76e6d6174f6c0e717ad7dd4318 (patch) | |
tree | 4b246deac55b0758c6d4c17f2ff8f6cbb8c7eb3f /eclass/ChangeLog | |
parent | add support for pypy (diff) | |
download | gentoo-2-789fbbb59220da76e6d6174f6c0e717ad7dd4318.tar.gz gentoo-2-789fbbb59220da76e6d6174f6c0e717ad7dd4318.tar.bz2 gentoo-2-789fbbb59220da76e6d6174f6c0e717ad7dd4318.zip |
Add missing ||die to "rm -f" calls, i.e. in case we do not have permission to remove the files.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 6a0f8d479698..c0a012ee4e45 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1726 2015/07/23 15:42:26 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1727 2015/07/25 10:07:36 mgorny Exp $ + + 25 Jul 2015; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: + Add missing ||die to "rm -f" calls, i.e. in case we do not have permission to + remove the files. 23 Jul 2015; William Hubbs <williamh@gentoo.org> golang-build.eclass: Add functions to retrieve Go library paths and install Go packages. |