diff options
author | 2002-10-17 16:07:39 +0000 | |
---|---|---|
committer | 2002-10-17 16:07:39 +0000 | |
commit | d5ec03bf8c33c26af4dbbfc7cb4f07ac115c1cd7 (patch) | |
tree | 54cbb0770fff34b1018481bfcfab8800db6c41b8 /x11-misc/xkeycaps | |
parent | removed ~ from x86 (diff) | |
download | gentoo-2-d5ec03bf8c33c26af4dbbfc7cb4f07ac115c1cd7.tar.gz gentoo-2-d5ec03bf8c33c26af4dbbfc7cb4f07ac115c1cd7.tar.bz2 gentoo-2-d5ec03bf8c33c26af4dbbfc7cb4f07ac115c1cd7.zip |
lintool fixes
Diffstat (limited to 'x11-misc/xkeycaps')
-rw-r--r-- | x11-misc/xkeycaps/xkeycaps-2.46.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild index e58924cdc2d8..9bf1bfd62c1a 100644 --- a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild +++ b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.6 2002/10/04 06:44:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.7 2002/10/17 16:07:39 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="GUI frontend to xmodmap" @@ -15,7 +15,7 @@ DEPEND="virtual/x11" src_compile() { xmkmf || die cp Makefile Makefile.old - sed -e "s,all:: xkeycaps.\$(MANSUFFIX).html,all:: ,g" \ + sed -e "s,all:: xkeycaps.\$(MANSUFFIX).html,all:: ,g" \ Makefile.old > Makefile emake || die } |