summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-27 17:31:22 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-27 17:31:22 +0000
commit88524eab40cd2b7cccd7a7a4b383bcb431161508 (patch)
treeddcf558bc069a83bfff52927d3363ba1e63f746a /sys-apps/memtest86+/memtest86+-1.15.ebuild
parentMarking stable on ppc (Manifest recommit) (diff)
downloadgentoo-2-88524eab40cd2b7cccd7a7a4b383bcb431161508.tar.gz
gentoo-2-88524eab40cd2b7cccd7a7a4b383bcb431161508.tar.bz2
gentoo-2-88524eab40cd2b7cccd7a7a4b383bcb431161508.zip
QA - fix use invocation
Diffstat (limited to 'sys-apps/memtest86+/memtest86+-1.15.ebuild')
-rw-r--r--sys-apps/memtest86+/memtest86+-1.15.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/memtest86+/memtest86+-1.15.ebuild b/sys-apps/memtest86+/memtest86+-1.15.ebuild
index dc58b465c201..9ae965b76209 100644
--- a/sys-apps/memtest86+/memtest86+-1.15.ebuild
+++ b/sys-apps/memtest86+/memtest86+-1.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-1.15.ebuild,v 1.2 2004/06/24 22:15:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtest86+/memtest86+-1.15.ebuild,v 1.3 2004/06/27 17:29:48 agriffis Exp $
inherit mount-boot
@@ -23,7 +23,7 @@ src_unpack() {
# a little fix to make gcc-3.3.x happy
#sed -e '/DISCARD/d' -i memtest_shared.lds
- if [ `use serial` ] ; then
+ if use serial ; then
sed -e 's/#define SERIAL_CONSOLE_DEFAULT 0/#define SERIAL_CONSOLE_DEFAULT 1/' -i config.h
fi
}