summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-23 23:51:50 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-23 23:51:50 +0000
commit964cf1b8891b8e85338c9277a31a77781c292444 (patch)
tree4c5f64ab10dc8735bb8ffa1dbe3b1a774d965dcc /app-arch
parentMore security fixes: Use set -C to protect against more tempfile problems in ... (diff)
downloadgentoo-2-964cf1b8891b8e85338c9277a31a77781c292444.tar.gz
gentoo-2-964cf1b8891b8e85338c9277a31a77781c292444.tar.bz2
gentoo-2-964cf1b8891b8e85338c9277a31a77781c292444.zip
remove debugging info and stop sedding first lines of scripts
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/gzip/gzip-1.3.5-r1.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/app-arch/gzip/gzip-1.3.5-r1.ebuild b/app-arch/gzip/gzip-1.3.5-r1.ebuild
index 46862a6ee061..56655f8ba4a2 100644
--- a/app-arch/gzip/gzip-1.3.5-r1.ebuild
+++ b/app-arch/gzip/gzip-1.3.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.5-r1.ebuild,v 1.1 2004/06/23 23:32:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.5-r1.ebuild,v 1.2 2004/06/23 23:51:50 agriffis Exp $
inherit eutils flag-o-matic
@@ -44,12 +44,9 @@ src_install() {
cd ${D}/bin
- # XXX temporary
- head -n 1 gzexe zforce zgrep zmore znew zcmp
-
for i in gzexe zforce zgrep zmore znew zcmp
do
- sed -i -e "1d" -e "s:${D}::" ${i} || die
+ sed -i -e "s:${D}::" ${i} || die
chmod 755 ${i}
done