diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2013-01-31 03:25:16 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2013-01-31 03:25:16 +0000 |
commit | 5842bd7afc6447443d961eceb52eb47f4f8a5661 (patch) | |
tree | 9e53e796dee12798c1475d8d31666c89c0e0dc0c /www-client/xombrero/xombrero-1.4.0.ebuild | |
parent | Fix libpcap USE dep by Rick Farina. (diff) | |
download | gentoo-2-5842bd7afc6447443d961eceb52eb47f4f8a5661.tar.gz gentoo-2-5842bd7afc6447443d961eceb52eb47f4f8a5661.tar.bz2 gentoo-2-5842bd7afc6447443d961eceb52eb47f4f8a5661.zip |
Fix xombrero.desktop installation
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'www-client/xombrero/xombrero-1.4.0.ebuild')
-rw-r--r-- | www-client/xombrero/xombrero-1.4.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/xombrero/xombrero-1.4.0.ebuild b/www-client/xombrero/xombrero-1.4.0.ebuild index 0941adf04a1f..00e89bccce68 100644 --- a/www-client/xombrero/xombrero-1.4.0.ebuild +++ b/www-client/xombrero/xombrero-1.4.0.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/www-client/xombrero/xombrero-1.4.0.ebuild,v 1.1 2013/01/31 00:25:39 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/xombrero/xombrero-1.4.0.ebuild,v 1.2 2013/01/31 03:25:16 rafaelmartins Exp $ EAPI="4" @@ -55,6 +55,7 @@ src_prepare() { sed -i \ -e 's/-O2//' \ -e 's/-ggdb3//' \ + -e 's,install: all,install: all\n\tinstall -m 755 -d $(DESTDIR)$(PREFIX)/share/applications,g' \ Makefile || die 'sed Makefile failed.' sed -i \ -e 's#https://www\.cyphertite\.com#http://www.gentoo.org/#' \ |