diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-19 18:49:24 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-19 18:49:24 +0000 |
commit | 9f5c5f6478ee4e97d0bc2a7cb1b22231158f38e1 (patch) | |
tree | c2be6fd5048896eae7ffc59b87e4b57e8a5da665 /app-arch/par | |
parent | fixing sed typo (diff) | |
download | historical-9f5c5f6478ee4e97d0bc2a7cb1b22231158f38e1.tar.gz historical-9f5c5f6478ee4e97d0bc2a7cb1b22231158f38e1.tar.bz2 historical-9f5c5f6478ee4e97d0bc2a7cb1b22231158f38e1.zip |
fixing sed typo
Diffstat (limited to 'app-arch/par')
-rw-r--r-- | app-arch/par/Manifest | 4 | ||||
-rw-r--r-- | app-arch/par/par-1.1.ebuild | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/app-arch/par/Manifest b/app-arch/par/Manifest index 542e61987e6e..846864474a98 100644 --- a/app-arch/par/Manifest +++ b/app-arch/par/Manifest @@ -1,3 +1,3 @@ -MD5 3622f1aa64ca0409c163bac10f0bbea3 ChangeLog 495 -MD5 eb98a5c5141e4ae660c8adad919a5a74 par-1.1.ebuild 700 +MD5 aa855142f887e5a5ded5033c98187059 ChangeLog 620 +MD5 face4808090e490e3621be91b5d273f5 par-1.1.ebuild 701 MD5 9373343eb9ba09a04f7a15781438de31 files/digest-par-1.1 59 diff --git a/app-arch/par/par-1.1.ebuild b/app-arch/par/par-1.1.ebuild index f43a7cbb8262..f6248fb1f885 100644 --- a/app-arch/par/par-1.1.ebuild +++ b/app-arch/par/par-1.1.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-arch/par/par-1.1.ebuild,v 1.12 2003/02/13 05:55:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/par/par-1.1.ebuild,v 1.13 2003/05/19 18:49:04 mholzer Exp $ S=${WORKDIR}/par-cmdline DESCRIPTION="Parchive archive fixing tool" @@ -17,8 +17,7 @@ src_unpack() { unpack par-v${PV}.tar.gz cd ${S} source /etc/make.conf - mv Makefile Makefile.orig - sed "s/CFLAGS.*/CFLAGS = -Wall $CFLAGS/" Makefile.orig > Makefile + sed -i "s/CFLAGS.*/CFLAGS = -Wall $CFLAGS/" Makefile } src_compile() { |