summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-10-26 11:39:58 +0000
committerMike Frysinger <vapier@gentoo.org>2008-10-26 11:39:58 +0000
commita72f6581aab32f552541050b6768b02c38005450 (patch)
treee81b85177b5f2a8e791d162588816a6fe6cd9f5a /sys-devel/crossdev
parentStable on x86 (#244417) (diff)
downloadgentoo-2-a72f6581aab32f552541050b6768b02c38005450.tar.gz
gentoo-2-a72f6581aab32f552541050b6768b02c38005450.tar.bz2
gentoo-2-a72f6581aab32f552541050b6768b02c38005450.zip
cleanup gfortran when uninstalling
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sys-devel/crossdev')
-rwxr-xr-xsys-devel/crossdev/files/crossdev4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index 75be7a1d75bc..7720d01cdbd2 100755
--- a/sys-devel/crossdev/files/crossdev
+++ b/sys-devel/crossdev/files/crossdev
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 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.105 2008/10/26 11:22:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.106 2008/10/26 11:39:58 vapier Exp $
cd /
umask 0022 #159111
@@ -255,7 +255,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}++,cpp}
+ rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++,cpp,gfortran}
rmdir /usr/${CTARGET}/{include/asm,include} &> /dev/null
for d in /usr/${CTARGET} /usr/lib/gcc{,-lib}/${CTARGET} ; do
if [[ ! -d ${d} ]] ; then