diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 01:52:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 01:52:44 +0000 |
commit | 546368d79c3bf6d6f2a272cf462e82e695a70cb9 (patch) | |
tree | 5752933122c67d8c01fc88f00bbfd72b8b81dd6d /sys-apps/gluelog/gluelog-1.0-r2.ebuild | |
parent | Version bump, KEYWORD masked (diff) | |
download | gentoo-2-546368d79c3bf6d6f2a272cf462e82e695a70cb9.tar.gz gentoo-2-546368d79c3bf6d6f2a272cf462e82e695a70cb9.tar.bz2 gentoo-2-546368d79c3bf6d6f2a272cf462e82e695a70cb9.zip |
lintool fixes for #9258
Diffstat (limited to 'sys-apps/gluelog/gluelog-1.0-r2.ebuild')
-rw-r--r-- | sys-apps/gluelog/gluelog-1.0-r2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-apps/gluelog/gluelog-1.0-r2.ebuild b/sys-apps/gluelog/gluelog-1.0-r2.ebuild index 21e62e7a591f..ebc060618305 100644 --- a/sys-apps/gluelog/gluelog-1.0-r2.ebuild +++ b/sys-apps/gluelog/gluelog-1.0-r2.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/sys-apps/gluelog/gluelog-1.0-r2.ebuild,v 1.7 2002/10/04 06:25:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gluelog/gluelog-1.0-r2.ebuild,v 1.8 2002/10/19 01:52:44 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Pipe and socket fittings for the system and kernel logs" @@ -11,9 +11,9 @@ LICENSE="GPL-2" SRC_URI="" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_compile() { - mkdir ${S} cd ${FILESDIR} @@ -22,7 +22,6 @@ src_compile() { } src_install() { - dodir /usr/sbin dosbin ${S}/gluelog ${S}/glueklog exeopts -m0750 -g wheel @@ -37,6 +36,5 @@ src_install() { doexe ${FILESDIR}/svc-${x} done - dodoc ${FILESDIR}/README + dodoc ${FILESDIR}/README } - |