From 690ba101559275c43eff65a26b81b7b849c37a04 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Thu, 9 Mar 2006 00:05:24 +0000 Subject: Don't strip binaries forcefully during install, leave to portage the job. (Portage version: 2.1_pre5-r4) --- sys-power/apcupsd/ChangeLog | 8 ++++++-- sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'sys-power/apcupsd') diff --git a/sys-power/apcupsd/ChangeLog b/sys-power/apcupsd/ChangeLog index 18a752f1ce99..c508651a8f6b 100644 --- a/sys-power/apcupsd/ChangeLog +++ b/sys-power/apcupsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-power/apcupsd -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.12 2005/11/20 17:46:42 tantive Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.13 2006/03/09 00:05:24 flameeyes Exp $ + + 09 Mar 2006; Diego Pettenò + apcupsd-3.10.18-r2.ebuild: + Don't strip binaries forcefully during install, leave to portage the job. *apcupsd-3.10.18-r2 (20 Nov 2005) diff --git a/sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild b/sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild index 82ee615602e9..f7506c44ceec 100644 --- a/sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild +++ b/sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild,v 1.1 2005/11/20 17:46:42 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild,v 1.2 2006/03/09 00:05:24 flameeyes Exp $ inherit eutils depend.apache @@ -33,6 +33,10 @@ src_unpack() { unpack ${A} cd ${S}/platforms/gentoo epatch ${FILESDIR}/${PV}/apcupsd.in.patch + + # Avoid usage of install -s, leave to portage stripping binaries + sed -i -e 's:(INSTALL_PROGRAM) -s:(INSTALL_PROGRAM):g' \ + ${S}/src/Makefile.in ${S}/src/cgi/Makefile.in } src_compile() { -- cgit v1.2.3-65-gdbad