diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-24 07:45:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-08-24 07:45:30 +0000 |
commit | 594e894ab304fde06f17553f4eb694e1f6d89038 (patch) | |
tree | d1087358c9d408b9a6c2ea6efdf29364d21c4776 /dev-lang/cfal | |
parent | Don't call chown with root:root. Call sed with -e to state the expression. (diff) | |
download | gentoo-2-594e894ab304fde06f17553f4eb694e1f6d89038.tar.gz gentoo-2-594e894ab304fde06f17553f4eb694e1f6d89038.tar.bz2 gentoo-2-594e894ab304fde06f17553f4eb694e1f6d89038.zip |
Don't call chown with root:root.
(Portage version: 2.0.51.22)
Diffstat (limited to 'dev-lang/cfal')
-rw-r--r-- | dev-lang/cfal/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/cfal/cfal-1.2.0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/cfal/ChangeLog b/dev-lang/cfal/ChangeLog index eeecbbb82d70..c8fd7767bc82 100644 --- a/dev-lang/cfal/ChangeLog +++ b/dev-lang/cfal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/cfal -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfal/ChangeLog,v 1.4 2004/07/02 04:24:53 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfal/ChangeLog,v 1.5 2005/08/24 07:45:30 flameeyes Exp $ + + 24 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> cfal-1.2.0.4.ebuild: + Don't call chown with root:root. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> cfal-1.2.0.4.ebuild: virtual/glibc -> virtual/libc diff --git a/dev-lang/cfal/cfal-1.2.0.4.ebuild b/dev-lang/cfal/cfal-1.2.0.4.ebuild index 75c6ae370885..e37e224ae5b3 100644 --- a/dev-lang/cfal/cfal-1.2.0.4.ebuild +++ b/dev-lang/cfal/cfal-1.2.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfal/cfal-1.2.0.4.ebuild,v 1.5 2004/07/02 04:24:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfal/cfal-1.2.0.4.ebuild,v 1.6 2005/08/24 07:45:30 flameeyes Exp $ IUSE="" @@ -84,7 +84,7 @@ src_unpack() { src_compile() { # shuffling around some directories einfo "Fixing permissions..." - chown -R root:root ${S}/usr ${S}/lib + chown -R root:0 ${S}/usr ${S}/lib chmod 755 ${S}/lib einfo "Fixing man pages..." |