diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-01-04 15:30:55 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-01-04 15:30:55 +0000 |
commit | 287ed574ac22c6bb8f7197d7737e9ecdce99785a (patch) | |
tree | 2a71923d502e02f1591f6037ac2324cd8cd9ace7 /sys-libs | |
parent | Fixed out of imagedir write during install. (diff) | |
download | historical-287ed574ac22c6bb8f7197d7737e9ecdce99785a.tar.gz historical-287ed574ac22c6bb8f7197d7737e9ecdce99785a.tar.bz2 historical-287ed574ac22c6bb8f7197d7737e9ecdce99785a.zip |
Fixed out of imagedir /etc/gpm creation. Wrong installation for docs and
config files. They probably changed location during a version upgrade of
gpm.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/gpm/files/digest-gpm-1.19.6-r1 (renamed from sys-libs/gpm/files/digest-gpm-1.19.6) | 0 | ||||
-rw-r--r-- | sys-libs/gpm/gpm-1.19.6-r1.ebuild (renamed from sys-libs/gpm/gpm-1.19.6.ebuild) | 13 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-libs/gpm/files/digest-gpm-1.19.6 b/sys-libs/gpm/files/digest-gpm-1.19.6-r1 index 96a098710a89..96a098710a89 100644 --- a/sys-libs/gpm/files/digest-gpm-1.19.6 +++ b/sys-libs/gpm/files/digest-gpm-1.19.6-r1 diff --git a/sys-libs/gpm/gpm-1.19.6.ebuild b/sys-libs/gpm/gpm-1.19.6-r1.ebuild index 3ce840e9920a..7bd3bda67e47 100644 --- a/sys-libs/gpm/gpm-1.19.6.ebuild +++ b/sys-libs/gpm/gpm-1.19.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.19.6.ebuild,v 1.1 2001/12/27 06:01:20 karltk Exp $ +# /space/gentoo/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.19.6.ebuild,v 1.1 2001/12/27 06:01:20 karltk Exp S=${WORKDIR}/${P} DESCRIPTION="Console-based mouse driver" @@ -31,19 +31,24 @@ src_compile() { #-e '/$(EMACS)/c\' -e ' echo' emake || die + cd ${S}/doc + emake || die } src_install() { - make prefix=${D}/usr install || die + make prefix=${D}/usr sysconfdir=${D}/etc/gpm install || die chmod 755 ${D}/usr/lib/libgpm.so.1.18.0 - dodoc Announce COPYING ChangeLog FAQ MANIFEST README* + dodoc BUGS COPYING ChangeLog Changes MANIFEST README TODO + dodoc doc/Announce doc/FAQ doc/README* doman doc/gpm.8 doc/mev.1 doc/gpm-root.1 doc/gpm-types.7 doc/mouse-test.1 doinfo doc/gpm.info docinto txt dodoc doc/gpmdoc.txt + docinto ps + dodoc doc/gpmdoc.ps insinto /etc/gpm - doins gpm-root.conf + doins conf/gpm-*.conf exeinto /etc/init.d newexe ${FILESDIR}/gpm.rc6 gpm |