summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-17 00:27:13 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-17 00:27:13 +0000
commitbc9f0508616531b65f75cd3991bbdd1a27e8f951 (patch)
tree37cbd44f4f586b49f7eb811507260fe4f3be236e /app-misc/vlock/vlock-1.3-r1.ebuild
parentlintool cleanup for #9225 (diff)
downloadgentoo-2-bc9f0508616531b65f75cd3991bbdd1a27e8f951.tar.gz
gentoo-2-bc9f0508616531b65f75cd3991bbdd1a27e8f951.tar.bz2
gentoo-2-bc9f0508616531b65f75cd3991bbdd1a27e8f951.zip
lintool cleanup for #9225
Diffstat (limited to 'app-misc/vlock/vlock-1.3-r1.ebuild')
-rw-r--r--app-misc/vlock/vlock-1.3-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-misc/vlock/vlock-1.3-r1.ebuild b/app-misc/vlock/vlock-1.3-r1.ebuild
index ddad40278361..fd5d15b4436f 100644
--- a/app-misc/vlock/vlock-1.3-r1.ebuild
+++ b/app-misc/vlock/vlock-1.3-r1.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/app-misc/vlock/vlock-1.3-r1.ebuild,v 1.6 2002/10/04 04:58:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vlock/vlock-1.3-r1.ebuild,v 1.7 2002/10/17 00:24:16 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A console screen locker"
@@ -12,14 +12,13 @@ LICENSE="GPL-2"
KEYWORDS="x86 ppc alpha"
DEPEND="virtual/glibc"
+RDEPEND="${DEPEND}"
src_compile() {
- cd ${S}
emake RPM_OPT_FLAGS="${CFLAGS}" || die "emake failed"
}
-src_install () {
- cd ${S}
+src_install() {
dobin vlock
# Setuid root is required to unlock a screen with root's password.
# This is "safe" because vlock drops privs ASAP; read the README