summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-30 11:50:24 +0000
committerMichał Górny <mgorny@gentoo.org>2014-08-30 11:50:24 +0000
commit9c283c29cbb8a41c2a5716e233b0aecc423f2092 (patch)
tree5826a8521117c72b49d66da0f2c6ec57125162d4 /net-wireless
parentStable on amd64. See bug #516658. (diff)
downloadgentoo-2-9c283c29cbb8a41c2a5716e233b0aecc423f2092.tar.gz
gentoo-2-9c283c29cbb8a41c2a5716e233b0aecc423f2092.tar.bz2
gentoo-2-9c283c29cbb8a41c2a5716e233b0aecc423f2092.zip
Replace einstall with emake install, bug #521602.
(Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/chillispot/ChangeLog7
-rw-r--r--net-wireless/chillispot/chillispot-1.1.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-wireless/chillispot/ChangeLog b/net-wireless/chillispot/ChangeLog
index faf33ddc3321..905b80dd4483 100644
--- a/net-wireless/chillispot/ChangeLog
+++ b/net-wireless/chillispot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-wireless/chillispot
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/ChangeLog,v 1.24 2012/06/28 10:41:01 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/ChangeLog,v 1.25 2014/08/30 11:50:24 mgorny Exp $
+
+ 30 Aug 2014; Michał Górny <mgorny@gentoo.org> chillispot-1.1.0.ebuild:
+ Replace einstall with emake install, bug #521602.
28 Jun 2012; Agostino Sarubbo <ago@gentoo.org> chillispot-1.1.0.ebuild:
Stable for amd64, wrt bug #423863
diff --git a/net-wireless/chillispot/chillispot-1.1.0.ebuild b/net-wireless/chillispot/chillispot-1.1.0.ebuild
index 452850dd6ac1..6b6422b3c10a 100644
--- a/net-wireless/chillispot/chillispot-1.1.0.ebuild
+++ b/net-wireless/chillispot/chillispot-1.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/chillispot-1.1.0.ebuild,v 1.6 2012/06/28 10:41:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/chillispot/chillispot-1.1.0.ebuild,v 1.7 2014/08/30 11:50:24 mgorny Exp $
inherit eutils
@@ -26,7 +26,7 @@ src_unpack() {
}
src_install() {
- einstall STRIPPROG=true || die "einstall failed"
+ emake DESTDIR="${D}" STRIPPROG=true install || die "emake install failed"
cd doc && dodoc chilli.conf freeradius.users hotspotlogin.cgi firewall.iptables
# init script provided by Michele Beltrame bug #124698