diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2004-12-17 17:23:37 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2004-12-17 17:23:37 +0000 |
commit | e19ed4ec3febec8db59c88b27edfa54907e19a0b (patch) | |
tree | 1697a8043cad1f33234be5826fbb0ecd1574ce7a /sys-fs/sysfsutils/sysfsutils-1.2.0.ebuild | |
parent | Stable on sparc (diff) | |
download | historical-e19ed4ec3febec8db59c88b27edfa54907e19a0b.tar.gz historical-e19ed4ec3febec8db59c88b27edfa54907e19a0b.tar.bz2 historical-e19ed4ec3febec8db59c88b27edfa54907e19a0b.zip |
Stripped problematic elibtoolize calls. No longer uses einstall. Closes bug #74631.
Diffstat (limited to 'sys-fs/sysfsutils/sysfsutils-1.2.0.ebuild')
-rw-r--r-- | sys-fs/sysfsutils/sysfsutils-1.2.0.ebuild | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sys-fs/sysfsutils/sysfsutils-1.2.0.ebuild b/sys-fs/sysfsutils/sysfsutils-1.2.0.ebuild index 77c2c04d79b1..4f072d527e14 100644 --- a/sys-fs/sysfsutils/sysfsutils-1.2.0.ebuild +++ b/sys-fs/sysfsutils/sysfsutils-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sysfsutils/sysfsutils-1.2.0.ebuild,v 1.1 2004/11/08 22:20:51 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sysfsutils/sysfsutils-1.2.0.ebuild,v 1.2 2004/12/17 17:23:37 chainsaw Exp $ inherit eutils libtool gnuconfig @@ -15,18 +15,6 @@ IUSE="" DEPEND="virtual/libc" -src_unpack() { - unpack ${A} - - cd ${S} - - aclocal - autoconf - automake - - elibtoolize -} - src_compile() { # Detect mips systems properly gnuconfig_update @@ -37,7 +25,7 @@ src_compile() { } src_install() { - einstall includedir=${D}/usr/include/sysfs || die + make DESTDIR=${D} install || die # We do not distribute this rm -f ${D}/usr/bin/dlist_test |