diff options
author | 2005-08-25 01:01:24 +0000 | |
---|---|---|
committer | 2005-08-25 01:01:24 +0000 | |
commit | c3f6a8a453400afb2f4f9e7ee5838afd0636f587 (patch) | |
tree | 806d97b4422266cedce28b33e7671b336649869e /x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild | |
parent | stable on ia64 (diff) | |
download | historical-c3f6a8a453400afb2f4f9e7ee5838afd0636f587.tar.gz historical-c3f6a8a453400afb2f4f9e7ee5838afd0636f587.tar.bz2 historical-c3f6a8a453400afb2f4f9e7ee5838afd0636f587.zip |
Changed cp -a to cp -pPR for the rest of the ebuilds. (BSD compatibility)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild')
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild index 07aaf51ff718..8979dff41b1f 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.2-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-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild,v 1.53 2005/08/23 17:19:15 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild,v 1.54 2005/08/25 01:01:24 joshuabaergen Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -1151,7 +1151,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 @@ -1169,7 +1169,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 } |