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 | 5e652ce4665fab999bca1276b2fb41652cc61454 (patch) | |
tree | 7035db855a5f4f817a4c28b90f940f21108b5be4 /x11-plugins/wmix/wmix-3.0-r1.ebuild | |
parent | lintool (diff) | |
download | historical-5e652ce4665fab999bca1276b2fb41652cc61454.tar.gz historical-5e652ce4665fab999bca1276b2fb41652cc61454.tar.bz2 historical-5e652ce4665fab999bca1276b2fb41652cc61454.zip |
lintool fixes
Diffstat (limited to 'x11-plugins/wmix/wmix-3.0-r1.ebuild')
-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 } |