summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-04 23:25:29 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-04 23:25:29 +0000
commit8a3595473ee60cfd7beccf4fb402499773d29d56 (patch)
treeba0b39208c63b9c99e78ac18a9f8a04295183e3e /app-shells
parentadded metadata.xml (diff)
downloadgentoo-2-8a3595473ee60cfd7beccf4fb402499773d29d56.tar.gz
gentoo-2-8a3595473ee60cfd7beccf4fb402499773d29d56.tar.bz2
gentoo-2-8a3595473ee60cfd7beccf4fb402499773d29d56.zip
domain -> doman
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/sandboxshell/sandboxshell-0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/sandboxshell/sandboxshell-0.1.ebuild b/app-shells/sandboxshell/sandboxshell-0.1.ebuild
index 50921090d3b9..8e3b3f2a32ba 100644
--- a/app-shells/sandboxshell/sandboxshell-0.1.ebuild
+++ b/app-shells/sandboxshell/sandboxshell-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sandboxshell/sandboxshell-0.1.ebuild,v 1.2 2003/08/01 03:45:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sandboxshell/sandboxshell-0.1.ebuild,v 1.3 2003/08/04 23:25:29 vapier Exp $
DESCRIPTION="launch a sandboxed shell ... useful for debugging ebuilds"
HOMEPAGE="http://wh0rd.org/"
@@ -19,7 +19,7 @@ S=${WORKDIR}
src_install() {
dobin ${FILESDIR}/sandboxshell
- domain ${FILESDIR}/sandboxshell.1
+ doman ${FILESDIR}/sandboxshell.1
insinto /etc
doins ${FILESDIR}/sandboxshell.conf
}