diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-31 12:02:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-31 12:02:27 +0000 |
commit | 4ece7f16a53c1fb8f9304bef32b33d33324214c0 (patch) | |
tree | 0b1f8a430f4a95b57724f51a1cc0ea10d85f5424 /app-shells | |
parent | Initial ebuild. (diff) | |
download | gentoo-2-4ece7f16a53c1fb8f9304bef32b33d33324214c0.tar.gz gentoo-2-4ece7f16a53c1fb8f9304bef32b33d33324214c0.tar.bz2 gentoo-2-4ece7f16a53c1fb8f9304bef32b33d33324214c0.zip |
sh love
(Portage version: 2.1_pre3)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/sandboxshell/sandboxshell-0.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-shells/sandboxshell/sandboxshell-0.3.ebuild b/app-shells/sandboxshell/sandboxshell-0.3.ebuild index ceff0e14e38d..373575d10c40 100644 --- a/app-shells/sandboxshell/sandboxshell-0.3.ebuild +++ b/app-shells/sandboxshell/sandboxshell-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/sandboxshell/sandboxshell-0.3.ebuild,v 1.1 2005/12/10 20:25:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sandboxshell/sandboxshell-0.3.ebuild,v 1.2 2005/12/31 11:58:58 vapier Exp $ DESCRIPTION="launch a sandboxed shell ... useful for debugging ebuilds" HOMEPAGE="http://wh0rd.org/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="public-domain" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="" @@ -18,8 +18,8 @@ RDEPEND="sys-apps/portage S=${WORKDIR} src_install() { - dobin ${FILESDIR}/sandboxshell || die - doman ${FILESDIR}/sandboxshell.1 + dobin "${FILESDIR}"/sandboxshell || die + doman "${FILESDIR}"/sandboxshell.1 insinto /etc - doins ${FILESDIR}/sandboxshell.conf + doins "${FILESDIR}"/sandboxshell.conf } |