summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2008-05-20 04:30:38 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2008-05-20 04:30:38 +0000
commit52b8283c2d2224f0a673e86a16099fd0fb851001 (patch)
treef9ad631b832cc5328f25519c8b30171d42a91fea /sys-apps/hal/hal-0.5.10.ebuild
parentStable for HPPA (bug #222533). (diff)
downloadgentoo-2-52b8283c2d2224f0a673e86a16099fd0fb851001.tar.gz
gentoo-2-52b8283c2d2224f0a673e86a16099fd0fb851001.tar.bz2
gentoo-2-52b8283c2d2224f0a673e86a16099fd0fb851001.zip
fix a few quoting issues
(Portage version: 2.1.5)
Diffstat (limited to 'sys-apps/hal/hal-0.5.10.ebuild')
-rw-r--r--sys-apps/hal/hal-0.5.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hal/hal-0.5.10.ebuild b/sys-apps/hal/hal-0.5.10.ebuild
index e5d19671ffbf..f7f53f11793e 100644
--- a/sys-apps/hal/hal-0.5.10.ebuild
+++ b/sys-apps/hal/hal-0.5.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.15 2008/04/20 12:50:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.16 2008/05/20 04:30:38 compnerd Exp $
inherit eutils linux-info autotools flag-o-matic
@@ -84,7 +84,7 @@ function check_acpi_proc() {
pkg_setup() {
if use kernel_linux ; then
- if [ -e ${ROOT}/usr/src/linux/.config ] ; then
+ if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
kernel_is ge 2 6 19 || \
ewarn "HAL requires a kernel version 2.6.19 or newer"
if kernel_is lt 2 6 23 && use acpi ; then