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 | 7dc228709a8f37551c503587f68aa6ab19754266 (patch) | |
tree | 9e010633abfa41d661c56c7b8c0b990e916bf021 /sys-block/nwutil/nwutil-1.4.ebuild | |
parent | Moved to gtk-engines-qtpixmap and geramik (diff) | |
download | historical-7dc228709a8f37551c503587f68aa6ab19754266.tar.gz historical-7dc228709a8f37551c503587f68aa6ab19754266.tar.bz2 historical-7dc228709a8f37551c503587f68aa6ab19754266.zip |
Add support for /dev/temp.
Package-Manager: portage-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 } |