summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2005-11-02 22:15:37 +0000
committerFabian Groffen <grobian@gentoo.org>2005-11-02 22:15:37 +0000
commit380a30d5e6a9d02e5699e920733aabb9d3650580 (patch)
tree76014a07ff46065656efbea8fb1505da23874814 /app-shells
parentPHP security-update. (diff)
downloadgentoo-2-380a30d5e6a9d02e5699e920733aabb9d3650580.tar.gz
gentoo-2-380a30d5e6a9d02e5699e920733aabb9d3650580.tar.bz2
gentoo-2-380a30d5e6a9d02e5699e920733aabb9d3650580.zip
Quoted WORKDIR and D variables
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/tcsh/tcsh-6.14-r1.ebuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/app-shells/tcsh/tcsh-6.14-r1.ebuild b/app-shells/tcsh/tcsh-6.14-r1.ebuild
index 6552256c3d86..bafb12a22453 100644
--- a/app-shells/tcsh/tcsh-6.14-r1.ebuild
+++ b/app-shells/tcsh/tcsh-6.14-r1.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/tcsh/tcsh-6.14-r1.ebuild,v 1.3 2005/11/02 21:48:01 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r1.ebuild,v 1.4 2005/11/02 22:15:37 grobian Exp $
MY_P="${P}.00"
DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
@@ -28,7 +28,7 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install install.man || die
+ make DESTDIR="${D}" install install.man || die
if use perl ; then
perl tcsh.man2html || die
@@ -39,19 +39,19 @@ src_install() {
insinto /etc
doins \
- ${WORKDIR}/gentoo/csh.cshrc \
- ${WORKDIR}/gentoo/csh.login
+ "${WORKDIR}"/gentoo/csh.cshrc \
+ "${WORKDIR}"/gentoo/csh.login
insinto /etc/skel
- newins ${WORKDIR}/gentoo/tcsh.config .tcsh.config
+ newins "${WORKDIR}"/gentoo/tcsh.config .tcsh.config
insinto /etc/profile.d
doins \
- ${WORKDIR}/gentoo/tcsh-bindkey.csh \
- ${WORKDIR}/gentoo/tcsh-settings.csh \
- ${WORKDIR}/gentoo/tcsh-aliases \
- ${WORKDIR}/gentoo/tcsh-complete \
- ${WORKDIR}/gentoo/tcsh-gentoo_legacy
+ "${WORKDIR}"/gentoo/tcsh-bindkey.csh \
+ "${WORKDIR}"/gentoo/tcsh-settings.csh \
+ "${WORKDIR}"/gentoo/tcsh-aliases \
+ "${WORKDIR}"/gentoo/tcsh-complete \
+ "${WORKDIR}"/gentoo/tcsh-gentoo_legacy
}
pkg_postinst() {