diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-06-17 22:38:02 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-06-17 22:38:02 +0000 |
commit | 304aa5035e6f2088088592893b44bf292fe1dc73 (patch) | |
tree | 91e00a0633a936c37279691d29a311ad620ff1e1 /net-ftp/ftpcube | |
parent | added a patch that solves a nautilus crash (diff) | |
download | gentoo-2-304aa5035e6f2088088592893b44bf292fe1dc73.tar.gz gentoo-2-304aa5035e6f2088088592893b44bf292fe1dc73.tar.bz2 gentoo-2-304aa5035e6f2088088592893b44bf292fe1dc73.zip |
fixed a dir problems
Diffstat (limited to 'net-ftp/ftpcube')
-rw-r--r-- | net-ftp/ftpcube/ChangeLog | 3 | ||||
-rw-r--r-- | net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-ftp/ftpcube/ChangeLog b/net-ftp/ftpcube/ChangeLog index 4e6b7c27ce29..642612fdcccc 100644 --- a/net-ftp/ftpcube/ChangeLog +++ b/net-ftp/ftpcube/ChangeLog @@ -5,6 +5,9 @@ *ftpcube-0.3.2 (13 Jun 2002) 17 Jun 2002; J.Alberto S.L. <bass@gentoo.org> ftpcube-0.3.2-r1.ebuild: + fixed a problem with icons. + + 17 Jun 2002; J.Alberto S.L. <bass@gentoo.org> ftpcube-0.3.2-r1.ebuild: This only use an alternative installation mode for who have problems with the distutils of python diff --git a/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild b/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild index afe9078e5230..7f4044f1ce1b 100644 --- a/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild +++ b/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild,v 1.1 2002/06/17 18:37:19 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpcube/ftpcube-0.3.2-r1.ebuild,v 1.2 2002/06/17 22:38:02 bass Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Graphic ftp client written in python and gtk" @@ -19,7 +19,9 @@ src_install() { dodir /usr/lib/python2.2/site-packages/libftpcube insinto /usr/lib/python2.2/site-packages/libftpcube doins libftpcube/* - insinto /usr/share/icons - doins icons/* + dodir /usr/share/ftpcube/icons + insinto /usr/share/ftpcube/icons + doins icons/* + dosym /usr/share/ftpcube/icons/ftpcube.xpm /usr/share/icons dodoc CHANGELOG README } |