diff options
author | 2007-11-23 06:43:51 +0000 | |
---|---|---|
committer | 2007-11-23 06:43:51 +0000 | |
commit | 29de0a92cf9435a73aa51c451fca71913d06faae (patch) | |
tree | 376301684bbec48894aefe588437b18f422c6201 /sys-apps/hal/hal-0.5.9.1-r2.ebuild | |
parent | Version bump by Paul Bredbury, bug #195545 (diff) | |
download | gentoo-2-29de0a92cf9435a73aa51c451fca71913d06faae.tar.gz gentoo-2-29de0a92cf9435a73aa51c451fca71913d06faae.tar.bz2 gentoo-2-29de0a92cf9435a73aa51c451fca71913d06faae.zip |
fix quoting issues
(Portage version: 2.1.3.16)
Diffstat (limited to 'sys-apps/hal/hal-0.5.9.1-r2.ebuild')
-rw-r--r-- | sys-apps/hal/hal-0.5.9.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hal/hal-0.5.9.1-r2.ebuild b/sys-apps/hal/hal-0.5.9.1-r2.ebuild index e2525981d4f5..9942a071e23a 100644 --- a/sys-apps/hal/hal-0.5.9.1-r2.ebuild +++ b/sys-apps/hal/hal-0.5.9.1-r2.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/sys-apps/hal/hal-0.5.9.1-r2.ebuild,v 1.2 2007/08/31 14:19:51 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild,v 1.3 2007/11/23 06:43:51 compnerd Exp $ inherit eutils linux-info autotools flag-o-matic @@ -114,7 +114,7 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} + cd "${S}" EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ |