diff options
author | 2004-06-27 17:13:25 +0000 | |
---|---|---|
committer | 2004-06-27 17:13:25 +0000 | |
commit | 20e298363e042fd99c70ba8cb3d7acc05e11e8f7 (patch) | |
tree | 7a30533f999e736d832ea2934a8bdf6a087241fb /sys-apps/mdadm | |
parent | Clean up (diff) | |
download | historical-20e298363e042fd99c70ba8cb3d7acc05e11e8f7.tar.gz historical-20e298363e042fd99c70ba8cb3d7acc05e11e8f7.tar.bz2 historical-20e298363e042fd99c70ba8cb3d7acc05e11e8f7.zip |
QA - fix use invocation
Diffstat (limited to 'sys-apps/mdadm')
-rw-r--r-- | sys-apps/mdadm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mdadm/mdadm-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/mdadm/ChangeLog b/sys-apps/mdadm/ChangeLog index 549630aba2f1..59cd6dcca705 100644 --- a/sys-apps/mdadm/ChangeLog +++ b/sys-apps/mdadm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mdadm # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mdadm/ChangeLog,v 1.13 2004/06/24 22:15:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mdadm/ChangeLog,v 1.14 2004/06/27 17:12:09 agriffis Exp $ + + 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> mdadm-1.2.0.ebuild: + QA - fix use invocation 09 Jun 2004; David Holm <dholm@gentoo.org> mdadm-1.6.0.ebuild: Added to ~ppc. diff --git a/sys-apps/mdadm/mdadm-1.2.0.ebuild b/sys-apps/mdadm/mdadm-1.2.0.ebuild index 4e0e0ab0e337..a1cb8c62b30d 100644 --- a/sys-apps/mdadm/mdadm-1.2.0.ebuild +++ b/sys-apps/mdadm/mdadm-1.2.0.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/mdadm/mdadm-1.2.0.ebuild,v 1.6 2004/06/24 22:15:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mdadm/mdadm-1.2.0.ebuild,v 1.7 2004/06/27 17:12:09 agriffis Exp $ DESCRIPTION="An extremely useful tool for running RAID systems - it can be used as a replacement for the raidtools, or as a supplement." HOMEPAGE="http://www.cse.unsw.edu.au/~neilb/source" @@ -20,7 +20,7 @@ src_unpack() { mv Makefile Makefile.orig sed -e "36s:^CXFLAGS =:CXFLAGS = $CFLAGS:" Makefile.orig > Makefile - if [ `use static` ]; then + if use static; then mv Makefile Makefile.orig echo "yes" sed \ |