summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2007-11-23 06:43:51 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2007-11-23 06:43:51 +0000
commit29de0a92cf9435a73aa51c451fca71913d06faae (patch)
tree376301684bbec48894aefe588437b18f422c6201 /sys-apps/hal/hal-0.5.9.1-r1.ebuild
parentVersion bump by Paul Bredbury, bug #195545 (diff)
downloadgentoo-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-r1.ebuild')
-rw-r--r--sys-apps/hal/hal-0.5.9.1-r1.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys-apps/hal/hal-0.5.9.1-r1.ebuild b/sys-apps/hal/hal-0.5.9.1-r1.ebuild
index b4f4168cba1b..50617f8943a2 100644
--- a/sys-apps/hal/hal-0.5.9.1-r1.ebuild
+++ b/sys-apps/hal/hal-0.5.9.1-r1.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-r1.ebuild,v 1.9 2007/08/31 14:19:51 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild,v 1.10 2007/11/23 06:43:51 compnerd Exp $
inherit eutils linux-info autotools flag-o-matic
@@ -113,17 +113,17 @@ pkg_setup() {
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Gentoo patchset
- epatch ${FILESDIR}/0.5.9/07_malloc_h_for_stdlib_h.patch
- epatch ${FILESDIR}/0.5.9/23_runner_64bit_values.patch
- epatch ${FILESDIR}/0.5.9/24_libparted_1_8_7.patch
+ epatch "${FILESDIR}/0.5.9/07_malloc_h_for_stdlib_h.patch"
+ epatch "${FILESDIR}/0.5.9/23_runner_64bit_values.patch"
+ epatch "${FILESDIR}/0.5.9/24_libparted_1_8_7.patch"
#epatch ${FILESDIR}/0.5.9/95_gentoo_man_page.patch
- epatch ${FILESDIR}/0.5.9/96_plugdev_allow_send.patch
- epatch ${FILESDIR}/0.5.9/97_ignore_fixed_drives.patch
- epatch ${FILESDIR}/0.5.9/98_hald_cache_test_path.patch
- epatch ${FILESDIR}/0.5.9/99_sun_disklabel_ignore.patch
+ epatch "${FILESDIR}/0.5.9/96_plugdev_allow_send.patch"
+ epatch "${FILESDIR}/0.5.9/97_ignore_fixed_drives.patch"
+ epatch "${FILESDIR}/0.5.9/98_hald_cache_test_path.patch"
+ epatch "${FILESDIR}/0.5.9/99_sun_disklabel_ignore.patch"
eautoreconf
}