diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 12:56:37 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 12:56:37 +0000 |
commit | 84a5abd88d85f65d07b1444fd79f05da731a786c (patch) | |
tree | fc808d36d577dc29dfe422aac40174e34d6b9ab8 /x11-plugins/wmix | |
parent | Using epatch (diff) | |
download | historical-84a5abd88d85f65d07b1444fd79f05da731a786c.tar.gz historical-84a5abd88d85f65d07b1444fd79f05da731a786c.tar.bz2 historical-84a5abd88d85f65d07b1444fd79f05da731a786c.zip |
Using sed -i
Diffstat (limited to 'x11-plugins/wmix')
-rw-r--r-- | x11-plugins/wmix/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmix/wmix-3.0-r1.ebuild | 13 |
2 files changed, 5 insertions, 10 deletions
diff --git a/x11-plugins/wmix/Manifest b/x11-plugins/wmix/Manifest index ea56beeef0ee..8706e2e66eac 100644 --- a/x11-plugins/wmix/Manifest +++ b/x11-plugins/wmix/Manifest @@ -1,4 +1,4 @@ +MD5 49a7efd17f191ae5ddaf0a06445c4fde wmix-3.0-r1.ebuild 744 MD5 604bbaff950c246f9256fe03b39d5f94 ChangeLog 851 MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 -MD5 693fb6edeb85d0159200ec7b88a4a868 wmix-3.0-r1.ebuild 790 MD5 33d09dd5a94a0caf06b2176afccf4f25 files/digest-wmix-3.0-r1 59 diff --git a/x11-plugins/wmix/wmix-3.0-r1.ebuild b/x11-plugins/wmix/wmix-3.0-r1.ebuild index 0c3da09e301a..447cb7ba6cb2 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-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.6 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.0-r1.ebuild,v 1.7 2004/01/04 12:56:28 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dockapp mixer for OSS or ALSA" @@ -14,20 +14,15 @@ KEYWORDS="x86 ~sparc amd64" DEPEND="virtual/x11" src_unpack() { - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "/^CFLAGS/d" Makefile.orig > Makefile + unpack ${A} ; cd ${S} + sed -i -e "/^CFLAGS/d" Makefile } src_compile() { - emake || die - } src_install () { - exeinto /usr/bin doexe wmix gzip -cd wmix.1x.gz > wmix.1 |