diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 00:05:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 00:05:24 +0000 |
commit | 690ba101559275c43eff65a26b81b7b849c37a04 (patch) | |
tree | 0e085173eb4e7b4fbb3319244f4578c6493c4fbf /sys-power/apcupsd | |
parent | Disable strip, leaving to portage decide if and when to strip. (diff) | |
download | gentoo-2-690ba101559275c43eff65a26b81b7b849c37a04.tar.gz gentoo-2-690ba101559275c43eff65a26b81b7b849c37a04.tar.bz2 gentoo-2-690ba101559275c43eff65a26b81b7b849c37a04.zip |
Don't strip binaries forcefully during install, leave to portage the job.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'sys-power/apcupsd')
-rw-r--r-- | sys-power/apcupsd/ChangeLog | 8 | ||||
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.10.18-r2.ebuild | 8 |
2 files changed, 12 insertions, 4 deletions
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ò <flameeyes@gentoo.org> + 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() { |