diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-08-27 16:49:13 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-08-27 16:49:13 +0000 |
commit | 335ceb567531b9057114efd5aee682c9b39b06f9 (patch) | |
tree | 6bb6a31471cfa4284e0e3ad287cad73f2f017451 /media-gfx/lprof | |
parent | bug #103563 (diff) | |
download | gentoo-2-335ceb567531b9057114efd5aee682c9b39b06f9.tar.gz gentoo-2-335ceb567531b9057114efd5aee682c9b39b06f9.tar.bz2 gentoo-2-335ceb567531b9057114efd5aee682c9b39b06f9.zip |
bug #103487
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-gfx/lprof')
-rw-r--r-- | media-gfx/lprof/lprof-1.09.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/lprof/lprof-1.09.ebuild b/media-gfx/lprof/lprof-1.09.ebuild index aa954d2c66e9..6b8a0ea8674f 100644 --- a/media-gfx/lprof/lprof-1.09.ebuild +++ b/media-gfx/lprof/lprof-1.09.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/lprof/lprof-1.09.ebuild,v 1.6 2005/07/27 13:20:04 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/lprof/lprof-1.09.ebuild,v 1.7 2005/08/27 16:49:13 lanius Exp $ inherit eutils @@ -30,5 +30,5 @@ src_install() { exeinto /usr/bin doexe {icc2it8,qtmeasurementtool,qtmonitorprofiler,qtprofilechecker,qtscannerprofiler} dodir /usr/share/lprof - cp -ar ${S}/{pics,profiles,targets,template} ${D}/usr/share/lprof + cp -pPR ${S}/{pics,profiles,targets,template} ${D}/usr/share/lprof } |