diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-08-24 00:35:45 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-08-24 00:35:45 +0000 |
commit | ed0a846a57637f576b6000e25100b5afc430ca98 (patch) | |
tree | da3327362eed1276d1eb96cde4fe0334b1332792 /media-gfx | |
parent | fix invalid atoms (diff) | |
download | gentoo-2-ed0a846a57637f576b6000e25100b5afc430ca98.tar.gz gentoo-2-ed0a846a57637f576b6000e25100b5afc430ca98.tar.bz2 gentoo-2-ed0a846a57637f576b6000e25100b5afc430ca98.zip |
fixing cp -a; bug #103487
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/blender/blender-2.37a.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/blender/blender-2.37a.ebuild b/media-gfx/blender/blender-2.37a.ebuild index 05015bf95182..6e8397c830e1 100644 --- a/media-gfx/blender/blender-2.37a.ebuild +++ b/media-gfx/blender/blender-2.37a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/blender-2.37a.ebuild,v 1.3 2005/08/23 21:09:44 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/blender-2.37a.ebuild,v 1.4 2005/08/24 00:35:45 halcy0n Exp $ inherit flag-o-matic eutils python @@ -112,9 +112,9 @@ src_install() { doexe ${S}/release/plugins/texture/*.so exeinto /usr/lib/${PN}/sequences doexe ${S}/release/plugins/sequence/*.so - cp -a ${S}/release/{bpydata,plugins,scripts} ${D}/usr/lib/${PN} + cp -pPR ${S}/release/{bpydata,plugins,scripts} ${D}/usr/lib/${PN} use nls && \ - cp -a ${S}/bin/.blender/{.Blanguages,.bfont.ttf,locale} ${D}/usr/lib/${PN} + cp -pPR ${S}/bin/.blender/{.Blanguages,.bfont.ttf,locale} ${D}/usr/lib/${PN} insinto /usr/share/pixmaps doins ${FILESDIR}/${PN}.png insinto /usr/share/applications |