summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 14:18:57 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 14:18:57 +0000
commitba1552a9fc75ea2e7cdfba4a8966e9fbe9bfc23d (patch)
treeef9f40027ced68d458366283a11ccf91898f1eba /media-video/istanbul/istanbul-0.2.2.ebuild
parentFixed quoting. (diff)
downloadgentoo-2-ba1552a9fc75ea2e7cdfba4a8966e9fbe9bfc23d.tar.gz
gentoo-2-ba1552a9fc75ea2e7cdfba4a8966e9fbe9bfc23d.tar.bz2
gentoo-2-ba1552a9fc75ea2e7cdfba4a8966e9fbe9bfc23d.zip
Fixed quoting.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-video/istanbul/istanbul-0.2.2.ebuild')
-rw-r--r--media-video/istanbul/istanbul-0.2.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/istanbul/istanbul-0.2.2.ebuild b/media-video/istanbul/istanbul-0.2.2.ebuild
index 8d5b0a52591b..0f58376f11b9 100644
--- a/media-video/istanbul/istanbul-0.2.2.ebuild
+++ b/media-video/istanbul/istanbul-0.2.2.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/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.2 2007/09/01 06:17:37 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.3 2007/11/27 14:18:57 zzam Exp $
inherit eutils gnome2 python autotools
@@ -39,8 +39,8 @@ src_unpack() {
gnome2_src_unpack
# disable pyc compiling
- mv ${S}/py-compile ${S}/py-compile.orig
- ln -s /bin/true ${S}/py-compile
+ mv "${S}"/py-compile "${S}"/py-compile.orig
+ ln -s /bin/true "${S}"/py-compile
echo "py_compile = /bin/true" > common/python.mk
intltoolize --force --copy || die
@@ -61,7 +61,7 @@ src_compile() {
pkg_postinst() {
gnome2_pkg_postinst
python_version
- python_mod_optimize ${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/istanbul
+ python_mod_optimize "${ROOT}"/usr/$(get_libdir)/python${PYVER}/site-packages/istanbul
}
pkg_postrm() {