diff options
Diffstat (limited to 'x11-wm/afterstep/afterstep-1.8.11-r2.ebuild')
-rw-r--r-- | x11-wm/afterstep/afterstep-1.8.11-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/afterstep/afterstep-1.8.11-r2.ebuild b/x11-wm/afterstep/afterstep-1.8.11-r2.ebuild index c64aa492e65e..5894a288964f 100644 --- a/x11-wm/afterstep/afterstep-1.8.11-r2.ebuild +++ b/x11-wm/afterstep/afterstep-1.8.11-r2.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/x11-wm/afterstep/afterstep-1.8.11-r2.ebuild,v 1.22 2005/01/31 10:51:32 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-1.8.11-r2.ebuild,v 1.23 2005/08/23 18:55:31 ka0ttic Exp $ S=${WORKDIR}/AfterStep-${PV} DESCRIPTION="A window manager based on the NeXTStep interface." @@ -55,9 +55,9 @@ src_install() { rm -f ${D}/usr/bin/sessreg dodoc COPYRIGHT ChangeLog INSTALL NEW README* TEAM UPGRADE - cp -a ${S}/TODO ${D}/usr/share/doc/${PF}/ + cp -pPR ${S}/TODO ${D}/usr/share/doc/${PF}/ dodir /usr/share/doc/${PF}/html - cp -a ${S}/doc/* ${D}/usr/share/doc/${PF}/html + cp -pPR ${S}/doc/* ${D}/usr/share/doc/${PF}/html rm ${D}/usr/share/doc/${PF}/html/Makefile* exeinto /etc/X11/Sessions |