diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-05-21 06:21:57 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-05-21 06:21:57 +0000 |
commit | d2bc757d3e94261e2b8a77a2171795938508c961 (patch) | |
tree | a2d85c565b4ad9b748012df8f32a7b869cf36829 /x11-wm/icewm/icewm-1.2.20.ebuild | |
parent | Add patches from Debian/crosstool and try to make more cross-compile friendly. (diff) | |
download | historical-d2bc757d3e94261e2b8a77a2171795938508c961.tar.gz historical-d2bc757d3e94261e2b8a77a2171795938508c961.tar.bz2 historical-d2bc757d3e94261e2b8a77a2171795938508c961.zip |
fixed test
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'x11-wm/icewm/icewm-1.2.20.ebuild')
-rw-r--r-- | x11-wm/icewm/icewm-1.2.20.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/icewm/icewm-1.2.20.ebuild b/x11-wm/icewm/icewm-1.2.20.ebuild index 325eda59677c..24b41eca91d8 100644 --- a/x11-wm/icewm/icewm-1.2.20.ebuild +++ b/x11-wm/icewm/icewm-1.2.20.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/x11-wm/icewm/icewm-1.2.20.ebuild,v 1.6 2005/04/23 20:31:23 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/icewm/icewm-1.2.20.ebuild,v 1.7 2005/05/21 06:21:57 morfic Exp $ inherit eutils @@ -39,6 +39,8 @@ src_unpack() { if use silverxp ; then epatch ${FILESDIR}/${P/_}.ybutton.cc.patch fi + epatch ${FILESDIR}/${P/_}.testmap.patch + epatch ${FILESDIR}/${P/_}.iceicon.patch echo "#!/bin/sh" > $T/icewm echo "/usr/bin/icewm-session" >> $T/icewm |