summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-base/xorg-x11/xorg-x11-6.8.99.15.ebuild')
-rw-r--r--x11-base/xorg-x11/xorg-x11-6.8.99.15.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-base/xorg-x11/xorg-x11-6.8.99.15.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.99.15.ebuild
index 513bb361933d..0e439f34511f 100644
--- a/x11-base/xorg-x11/xorg-x11-6.8.99.15.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-6.8.99.15.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-base/xorg-x11/xorg-x11-6.8.99.15.ebuild,v 1.8 2005/08/23 17:19:16 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.99.15.ebuild,v 1.9 2005/08/24 23:56:42 joshuabaergen Exp $
# Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory
# voodoo3 cards.
@@ -1118,7 +1118,7 @@ encode_xfsft_files() {
# Yet more Mandrake
ebegin "Encoding files for xfsft font server"
dodir /usr/share/fonts/encodings
- cp -a ${WORKDIR}/usr/share/fonts/encodings/* \
+ cp -pPR ${WORKDIR}/usr/share/fonts/encodings/* \
${D}/usr/share/fonts/encodings
for x in ${D}/usr/share/fonts/encodings/{.,large}/*.enc; do
@@ -1136,7 +1136,7 @@ koi8_fonts_install() {
gunzip *.Z || eerror "gunzipping gemini-koi8 fonts failed"
gzip -9 *.pcf || eerror "gzipping gemini-koi8 fonts failed"
cd ${S}
- cp -a ${WORKDIR}/ukr ${D}/usr/share/fonts \
+ cp -pPR ${WORKDIR}/ukr ${D}/usr/share/fonts \
|| eerror "copying gemini-koi8 fonts failed"
eend 0
}