diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2005-08-24 09:06:34 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2005-08-24 09:06:34 +0000 |
commit | d03126337b3732c37224fa7780c9092b3f7a48c9 (patch) | |
tree | a25d1626de0a5fd5be7f55e867574451ad9e5f60 | |
parent | Changed chown root:root to root:0 to be compliant with BSD and Darwin, bug #1... (diff) | |
download | historical-d03126337b3732c37224fa7780c9092b3f7a48c9.tar.gz historical-d03126337b3732c37224fa7780c9092b3f7a48c9.tar.bz2 historical-d03126337b3732c37224fa7780c9092b3f7a48c9.zip |
root=>0
Package-Manager: portage-2.0.51.19
-rw-r--r-- | dev-libs/libcxml/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libcxml/libcxml-5.2.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libcxml/Manifest b/dev-libs/libcxml/Manifest index f5fb643e007a..35280295e966 100644 --- a/dev-libs/libcxml/Manifest +++ b/dev-libs/libcxml/Manifest @@ -1,4 +1,4 @@ +MD5 7c0e47d9b02c90aa83fe00243528d23a libcxml-5.2.0.ebuild 1752 MD5 616054afe9d21279bfe3adf9b47a0fca ChangeLog 504 -MD5 90c768313b2812d132ba986f0cb8d6b4 libcxml-5.2.0.ebuild 1759 MD5 473df1bc370e79c52bea1fbd0803ef24 metadata.xml 598 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-libcxml-5.2.0 0 diff --git a/dev-libs/libcxml/libcxml-5.2.0.ebuild b/dev-libs/libcxml/libcxml-5.2.0.ebuild index 387624595065..eb33677eeaec 100644 --- a/dev-libs/libcxml/libcxml-5.2.0.ebuild +++ b/dev-libs/libcxml/libcxml-5.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcxml/libcxml-5.2.0.ebuild,v 1.8 2004/07/02 04:44:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcxml/libcxml-5.2.0.ebuild,v 1.9 2005/08/24 09:06:34 taviso Exp $ S=${WORKDIR}/usr SRC_URI="" @@ -33,7 +33,7 @@ src_unpack() { dd ibs=`rpmoffset < ${i}` skip=1 if=$i 2>/dev/null \ | gzip -dc | cpio -idmu 2>/dev/null \ && find usr -type d -print0 | xargs -0 chmod a+rx \ - && chown -R root:root usr + && chown -R root:0 usr eend ${?} assert "Failed to extract ${At%.rpm}.tar.gz" |