summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-10 16:04:32 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-10 16:04:32 +0000
commitfcc593b0574d1f077d1c3658d4a708978c524c6a (patch)
tree92c694218e7c5f144a3195f2ac6aa523827d34ed /app-doc/chmlib/chmlib-0.31.ebuild
parentChanged app-games/aaut to games-fps/aaut (diff)
downloadhistorical-fcc593b0574d1f077d1c3658d4a708978c524c6a.tar.gz
historical-fcc593b0574d1f077d1c3658d4a708978c524c6a.tar.bz2
historical-fcc593b0574d1f077d1c3658d4a708978c524c6a.zip
sed stuff cleanup
Diffstat (limited to 'app-doc/chmlib/chmlib-0.31.ebuild')
-rw-r--r--app-doc/chmlib/chmlib-0.31.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-doc/chmlib/chmlib-0.31.ebuild b/app-doc/chmlib/chmlib-0.31.ebuild
index b4faebf3c517..df957abed823 100644
--- a/app-doc/chmlib/chmlib-0.31.ebuild
+++ b/app-doc/chmlib/chmlib-0.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/chmlib/chmlib-0.31.ebuild,v 1.1 2003/09/10 07:33:04 sergey Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/chmlib/chmlib-0.31.ebuild,v 1.2 2003/09/10 16:04:27 mholzer Exp $
DESCRIPTION="Library for MS CHM (compressed html) file format plus extracting and http server utils"
HOMEPAGE="http://66.93.236.84/~jedwin/projects/chmlib/"
@@ -12,10 +12,8 @@ KEYWORDS="~x86"
src_unpack() {
unpack ${A}
cd ${S}
- mv Makefile Makefile.tmp
- sed -e "s:gcc-3.2:gcc:" Makefile.tmp > Makefile
- mv Makefile Makefile.tmp
- sed -e "s:/usr/local/:/${D}/usr/:" Makefile.tmp > Makefile
+ sed -i "s:gcc-3.2:gcc:" Makefile
+ sed -i "s:/usr/local/:/${D}/usr/:" Makefile
}
src_compile() {