diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-19 00:38:01 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-19 00:38:01 +0000 |
commit | b9780fc327fb2fb1aa45aabf0811d6b5d232f4f3 (patch) | |
tree | b63199ca41cd2f6b1359cee9d4c98f3cc627e17b /sys-apps/console-tools | |
parent | Include fixes (diff) | |
download | gentoo-2-b9780fc327fb2fb1aa45aabf0811d6b5d232f4f3.tar.gz gentoo-2-b9780fc327fb2fb1aa45aabf0811d6b5d232f4f3.tar.bz2 gentoo-2-b9780fc327fb2fb1aa45aabf0811d6b5d232f4f3.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/console-tools')
-rw-r--r-- | sys-apps/console-tools/console-tools-0.2.3-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/console-tools/console-tools-0.2.3-r2.ebuild b/sys-apps/console-tools/console-tools-0.2.3-r2.ebuild index 9ed043e32d99..cd429b86d145 100644 --- a/sys-apps/console-tools/console-tools-0.2.3-r2.ebuild +++ b/sys-apps/console-tools/console-tools-0.2.3-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-tools/console-tools-0.2.3-r2.ebuild,v 1.2 2000/11/30 23:14:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-tools/console-tools-0.2.3-r2.ebuild,v 1.3 2000/12/19 00:38:01 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -35,7 +35,8 @@ src_compile() { src_install() { into /usr cd ${S} - try make DESTDIR=${D} install + try make prefix=${D}/usr install + # DESTDIR does not work correct dodoc BUGS COPYING* CREDITS ChangeLog NEWS README RELEASE TODO docinto txt dodoc doc/*.txt doc/README.* |