summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-12-19 02:58:34 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-12-19 02:58:34 +0000
commita14bb518e19c11c6d302e75f77f084b202280a21 (patch)
tree7cec4897fc5c10ad57db25d1af2f4088cf9ed344 /sys-apps/e2fsprogs
parentcleanup ugliness. (diff)
downloadgentoo-2-a14bb518e19c11c6d302e75f77f084b202280a21.tar.gz
gentoo-2-a14bb518e19c11c6d302e75f77f084b202280a21.tar.bz2
gentoo-2-a14bb518e19c11c6d302e75f77f084b202280a21.zip
removing duplicates. Boy this e2fsprogs tarball is annoying.
Diffstat (limited to 'sys-apps/e2fsprogs')
-rw-r--r--sys-apps/e2fsprogs/e2fsprogs-1.25-r3.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys-apps/e2fsprogs/e2fsprogs-1.25-r3.ebuild b/sys-apps/e2fsprogs/e2fsprogs-1.25-r3.ebuild
index 596a4e84d104..04c7766d805e 100644
--- a/sys-apps/e2fsprogs/e2fsprogs-1.25-r3.ebuild
+++ b/sys-apps/e2fsprogs/e2fsprogs-1.25-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.25-r3.ebuild,v 1.1 2001/12/19 02:23:29 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.25-r3.ebuild,v 1.2 2001/12/19 02:58:34 drobbins Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Standard ext2 and ext3 filesystem utilities"
@@ -59,6 +59,12 @@ src_install() {
mv lsattr chattr uuidgen ../usr/bin
cd ${D}/sbin
mv mklost+found ../usr/sbin
-
+ #time to convert hard links/duplicates to symbolic links
+ cd ${D}/sbin
+ rm fsck.*
+ ln -sf e2fsck fsck.ext2
+ ln -sf e2fsck fsck.ext3
+ rm mkfs.*
+ ln -sf mke2fs mkfs.ext2
rm -rf ${D}/usr/share/et ${D}/usr/share/ss
}