From: Andrew Gaffney Date: Thu, 21 Feb 2008 17:12:43 +0000 (+0000) Subject: Quote baselayout package atom X-Git-Tag: CATALYST_2_0_6_916~170 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9d6a00c86b597927a4910ad8f3792bd21fa4a9e1;p=catalyst.git Quote baselayout package atom git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1324 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 3bc07b7b..f7c92c44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 21 Feb 2008; Andrew Gaffney + targets/support/rc-update.sh: + Quote baselayout package atom + 21 Feb 2008; Chris Gianelloni targets/support/chroot-functions.sh: OK, we shouldn't use which to find env-update, since /usr/sbin isn't in the diff --git a/targets/support/rc-update.sh b/targets/support/rc-update.sh index 748cb22f..2aa26a97 100644 --- a/targets/support/rc-update.sh +++ b/targets/support/rc-update.sh @@ -1,6 +1,6 @@ #!/bin/bash -if portageq has_version / >=sys-apps/baselayout-2* +if portageq has_version / '>=sys-apps/baselayout-2*' then # We need to add a few here for baselayout-2 [[ -e /etc/init.d/device-mapper ]] && rc-update add device-mapper boot