summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2007-10-13 01:21:52 +0000
committerSeemant Kulleen <seemant@gentoo.org>2007-10-13 01:21:52 +0000
commitfe0ff2f2ea0e43763594a457de51f52a1c9fb6b5 (patch)
tree7710f165389da46989f8a928851c3c4968ce663a /www-client
parentno more linking to compressed manpages. Thanks to James for the report and t... (diff)
downloadgentoo-2-fe0ff2f2ea0e43763594a457de51f52a1c9fb6b5.tar.gz
gentoo-2-fe0ff2f2ea0e43763594a457de51f52a1c9fb6b5.tar.bz2
gentoo-2-fe0ff2f2ea0e43763594a457de51f52a1c9fb6b5.zip
fix quoting issues
(Portage version: 2.1.3.12)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/surfraw/surfraw-2.1.5.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/www-client/surfraw/surfraw-2.1.5.ebuild b/www-client/surfraw/surfraw-2.1.5.ebuild
index 5a2834aee210..7e5c00ed58e6 100644
--- a/www-client/surfraw/surfraw-2.1.5.ebuild
+++ b/www-client/surfraw/surfraw-2.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/surfraw/surfraw-2.1.5.ebuild,v 1.6 2007/10/13 01:17:37 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/surfraw/surfraw-2.1.5.ebuild,v 1.7 2007/10/13 01:21:52 seemant Exp $
inherit bash-completion eutils
@@ -14,9 +14,9 @@ KEYWORDS="amd64 ppc sparc x86"
IUSE=""
src_unpack() {
- unpack ${A}; cd ${S}
+ unpack "${A}"; cd "${S}"
- epatch ${FILESDIR}/${PN}-2.1.5-gentoo_pkg_tools.patch
+ epatch "${FILESDIR}"/${PN}-2.1.5-gentoo_pkg_tools.patch
# Man page symlinks shouldn't link to compressed files
sed -i 's,\.gz,,g' links.IN
}
@@ -28,7 +28,7 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die "make install failed"
+ make DESTDIR="${D}" install || die "make install failed"
dodoc debian/changelog AUTHORS HACKING NEWS README TODO
dobashcompletion surfraw-bash-completion
@@ -60,7 +60,7 @@ pkg_postinst() {
ewarn "the old behaviour you can add /usr/share/surfraw to your \$PATH"
fi
# This file was always autogenerated, and is no longer needed.
- if [ -f ${ROOT}/etc/surfraw_elvi.list ]; then
- rm -f ${ROOT}/etc/surfraw_elvi.list
+ if [ -f "${ROOT}"/etc/surfraw_elvi.list ]; then
+ rm -f "${ROOT}"/etc/surfraw_elvi.list
fi
}