diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-03 05:32:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-03 05:32:01 +0000 |
commit | 873d74c2319c57fe4d76279ba458c0f2242e8d43 (patch) | |
tree | 7b35a59a8ee986758b7c9fa8c911ac13e64505ad /sys-block/nwutil/nwutil-1.4.ebuild | |
parent | Moved to gtk-engines-qtpixmap and geramik (diff) | |
download | gentoo-2-873d74c2319c57fe4d76279ba458c0f2242e8d43.tar.gz gentoo-2-873d74c2319c57fe4d76279ba458c0f2242e8d43.tar.bz2 gentoo-2-873d74c2319c57fe4d76279ba458c0f2242e8d43.zip |
Add support for /dev/temp.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-block/nwutil/nwutil-1.4.ebuild')
-rw-r--r-- | sys-block/nwutil/nwutil-1.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-block/nwutil/nwutil-1.4.ebuild b/sys-block/nwutil/nwutil-1.4.ebuild index 2012775a75a2..851c59ee818f 100644 --- a/sys-block/nwutil/nwutil-1.4.ebuild +++ b/sys-block/nwutil/nwutil-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/nwutil/nwutil-1.4.ebuild,v 1.2 2005/05/29 03:54:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/nwutil/nwutil-1.4.ebuild,v 1.3 2005/08/03 05:32:01 vapier Exp $ inherit eutils @@ -25,6 +25,7 @@ src_unpack() { epatch "${WORKDIR}"/${PN}_${PV}-${DEB_VER}.diff epatch "${FILESDIR}"/${PV}-errno.patch epatch "${FILESDIR}"/${PV}-rename-debug.patch + epatch "${FILESDIR}"/${P}-temp.patch mv {,nw}debug.c mv {,nw}debug.8 } |