diff options
Diffstat (limited to 'sys-devel/gcc-config/files/gcc-config-1.3.8')
-rwxr-xr-x | sys-devel/gcc-config/files/gcc-config-1.3.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.8 b/sys-devel/gcc-config/files/gcc-config-1.3.8 index 94fd161bee71..9746cf744e64 100755 --- a/sys-devel/gcc-config/files/gcc-config-1.3.8 +++ b/sys-devel/gcc-config/files/gcc-config-1.3.8 @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.8,v 1.12 2005/04/28 01:44:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.8,v 1.13 2005/04/28 01:47:04 vapier Exp $ trap ":" INT QUIT TSTP @@ -239,7 +239,7 @@ switch_profile() { for gcclib in gcc_s unwind ; do if [[ -e ${ROOT}/${LDPATH}/lib${gcclib}.so ]] ; then ${RM} -f "${ROOT}"/lib/lib${gcclib}.so* - ${CP} -a "${ROOT}/${LDPATH}"/lib${gcclib}.so* "${ROOT}"/lib/ + ${CP} -pP "${ROOT}/${LDPATH}"/lib${gcclib}.so* "${ROOT}"/lib/ fi done fi |