diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-27 18:09:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-27 18:09:06 +0000 |
commit | d699c881f0bd870b09b7cd45284f581dfffc634b (patch) | |
tree | d798ae2ea4a77062b953251f9f7244022aee23fe /sys-devel | |
parent | Now that we have moved binutils stuff, make sure the binaries can still be fo... (diff) | |
download | gentoo-2-d699c881f0bd870b09b7cd45284f581dfffc634b.tar.gz gentoo-2-d699c881f0bd870b09b7cd45284f581dfffc634b.tar.bz2 gentoo-2-d699c881f0bd870b09b7cd45284f581dfffc634b.zip |
make sure we also clean out the cross-compiler cpp wrapper
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'sys-devel')
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev index 46972f8444b0..26d59e019ba5 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.70 2006/08/21 01:46:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.71 2006/08/27 18:09:06 vapier Exp $ cd / @@ -258,7 +258,7 @@ uninstall() { rm -f /usr/bin/${CTARGET}-${b} /usr/${CTARGET}/bin/${b} done rm -f /usr/${CTARGET}/{sys-include,usr} - rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++} + rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++,cpp} rmdir /usr/${CTARGET}/{include/asm,include} &> /dev/null for d in /usr/${CTARGET} /usr/lib/gcc{,-lib}/${CTARGET} ; do if [[ ! -d ${d} ]] ; then |