diff options
author | Christian Birchinger <joker@gentoo.org> | 2007-02-16 21:50:06 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2007-02-16 21:50:06 +0000 |
commit | bc9c851916a9fc005405d8b71e01c289cfabda3a (patch) | |
tree | 4641173423f2dc27cbeaedf09b1be1483fe6e024 | |
parent | Added ~amd64. (diff) | |
download | gentoo-2-bc9c851916a9fc005405d8b71e01c289cfabda3a.tar.gz gentoo-2-bc9c851916a9fc005405d8b71e01c289cfabda3a.tar.bz2 gentoo-2-bc9c851916a9fc005405d8b71e01c289cfabda3a.zip |
Small fix for the manpage installation path (not worth a bump).
(Portage version: 2.1.1-r2)
-rw-r--r-- | app-mobilephone/sobexsrv/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-mobilephone/sobexsrv/ChangeLog b/app-mobilephone/sobexsrv/ChangeLog index 7b267b35a5df..67f71c799da1 100644 --- a/app-mobilephone/sobexsrv/ChangeLog +++ b/app-mobilephone/sobexsrv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/sobexsrv # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/sobexsrv/ChangeLog,v 1.10 2007/01/23 16:27:38 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/sobexsrv/ChangeLog,v 1.11 2007/02/16 21:50:06 joker Exp $ + + 16 Feb 2007; Christian Birchinger <joker@gentoo.org> + sobexsrv-1.0.0_pre4.ebuild: + Small fix for the manpage installation path (not worth a bump). 23 Jan 2007; Marius Mauch <genone@gentoo.org> sobexsrv-1.0.0_pre4.ebuild: Replacing einfo with elog diff --git a/app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild b/app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild index b7c2e01e608f..ff4ed264de57 100644 --- a/app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild +++ b/app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild,v 1.9 2007/01/23 16:27:38 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild,v 1.10 2007/02/16 21:50:06 joker Exp $ inherit eutils @@ -34,6 +34,10 @@ pkg_setup() { src_unpack() { unpack ${A} + cd "${S}" + sed -e 's:/usr/man/man8:/usr/share/man/man8:' \ + -i Makefile + cd "${S}/src" sed -e 's/^CFLAGS =/CFLAGS +=/' \ -e 's/^CC =/CC ?=/' \ |