diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 15:47:37 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 15:47:37 +0000 |
commit | fed50a5e0421661e0bbd5db79690c7d6a7b845d2 (patch) | |
tree | e77ef41e34699c5c2eca228a97fb785b2d3a1e5f /x11-plugins/wmix | |
parent | lintool (diff) | |
download | gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.tar.gz gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.tar.bz2 gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.zip |
lintool fixes
Diffstat (limited to 'x11-plugins/wmix')
-rw-r--r-- | x11-plugins/wmix/wmix-3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmix/wmix-3.0-r1.ebuild b/x11-plugins/wmix/wmix-3.0-r1.ebuild index 56e180fdeedb..a962e420586f 100644 --- a/x11-plugins/wmix/wmix-3.0-r1.ebuild +++ b/x11-plugins/wmix/wmix-3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.0-r1.ebuild,v 1.2 2002/10/04 06:45:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.0-r1.ebuild,v 1.3 2002/10/17 15:47:37 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dockapp mixer for OSS or ALSA" @@ -22,7 +22,7 @@ src_unpack() { src_compile() { - try emake + emake || die } |