summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-24 15:30:13 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-24 15:30:13 +0000
commitb1657a8576702e9a920a0ec6b7d0f25ef6185dcd (patch)
tree9282e5c7351aa0336368069d5e55df5c7802364c /app-arch
parentBug 6458 (diff)
downloadgentoo-2-b1657a8576702e9a920a0ec6b7d0f25ef6185dcd.tar.gz
gentoo-2-b1657a8576702e9a920a0ec6b7d0f25ef6185dcd.tar.bz2
gentoo-2-b1657a8576702e9a920a0ec6b7d0f25ef6185dcd.zip
Added zipinfo symlink
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/unzip/unzip-5.42-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-arch/unzip/unzip-5.42-r1.ebuild b/app-arch/unzip/unzip-5.42-r1.ebuild
index 447fc39daf34..99d8b7cbb1e5 100644
--- a/app-arch/unzip/unzip-5.42-r1.ebuild
+++ b/app-arch/unzip/unzip-5.42-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42-r1.ebuild,v 1.11 2002/10/04 03:52:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42-r1.ebuild,v 1.12 2002/10/24 15:30:13 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Unzipper for pkzip-compressed files"
@@ -14,7 +14,6 @@ KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="virtual/glibc"
src_compile() {
-
cp unix/Makefile unix/Makefile.orig
sed -e "s:-O3:${CFLAGS}:" unix/Makefile.orig > unix/Makefile
@@ -26,8 +25,8 @@ src_compile() {
}
src_install() {
-
dobin unzip funzip unzipsfx unix/zipgrep
+ dosym /usr/bin/unzip /usr/bin/zipinfo
doman man/*.1
dodoc BUGS COPYING History* LICENSE README ToDo WHERE
}