diff options
author | Christian Birchinger <joker@gentoo.org> | 2007-02-16 21:54:39 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2007-02-16 21:54:39 +0000 |
commit | 7e496b0054db78d8dc91bcbb02799fbb291c8095 (patch) | |
tree | 832102757f798f3df0fd782c0d2c9b8cea4a11f4 /app-mobilephone/sobexsrv | |
parent | Don't abuse ROOT. (diff) | |
download | gentoo-2-7e496b0054db78d8dc91bcbb02799fbb291c8095.tar.gz gentoo-2-7e496b0054db78d8dc91bcbb02799fbb291c8095.tar.bz2 gentoo-2-7e496b0054db78d8dc91bcbb02799fbb291c8095.zip |
Remove pointless addition cd intruduced by the additional sed call
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-mobilephone/sobexsrv')
-rw-r--r-- | app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild b/app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild index ff4ed264de57..0393171c72db 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.10 2007/02/16 21:50:06 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/sobexsrv/sobexsrv-1.0.0_pre4.ebuild,v 1.11 2007/02/16 21:54:39 joker Exp $ inherit eutils @@ -35,13 +35,13 @@ 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 ?=/' \ - -i Makefile + -i src/Makefile } src_compile() { |