diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-09-21 16:18:46 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-09-21 16:18:46 +0000 |
commit | 01646fa0a416984e20d364dc8fdb9357f60b1db5 (patch) | |
tree | b1fa70fd4a9e5111491fd29f7a447741bcef98cb /net-ftp/filezilla/filezilla-3.7.3.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-01646fa0a416984e20d364dc8fdb9357f60b1db5.tar.gz gentoo-2-01646fa0a416984e20d364dc8fdb9357f60b1db5.tar.bz2 gentoo-2-01646fa0a416984e20d364dc8fdb9357f60b1db5.zip |
Fix doins call, .app is bundle (directory)
(Portage version: 2.2.6.22374-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'net-ftp/filezilla/filezilla-3.7.3.ebuild')
-rw-r--r-- | net-ftp/filezilla/filezilla-3.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/filezilla/filezilla-3.7.3.ebuild b/net-ftp/filezilla/filezilla-3.7.3.ebuild index af100ba550ea..db54322f6b0f 100644 --- a/net-ftp/filezilla/filezilla-3.7.3.ebuild +++ b/net-ftp/filezilla/filezilla-3.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.7.3.ebuild,v 1.4 2013/09/06 10:23:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.7.3.ebuild,v 1.5 2013/09/21 16:18:46 grobian Exp $ EAPI=5 @@ -63,6 +63,6 @@ src_install() { rm "${ED}/usr/bin/${PN}" || die dobin "${T}/${PN}" insinto /Applications - doins "${S}"/FileZilla.app + doins -r "${S}"/FileZilla.app fi } |