pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/scripts Fix other instance of _ZOO -> _ZIP and remo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b32fd2c7b6f5
branches:  trunk
changeset: 506748:b32fd2c7b6f5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jan 21 14:31:56 2006 +0000

description:
Fix other instance of _ZOO -> _ZIP and remove a debugging line.

diffstat:

 mk/scripts/extract |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 018f8461ef99 -r b32fd2c7b6f5 mk/scripts/extract
--- a/mk/scripts/extract        Sat Jan 21 14:23:08 2006 +0000
+++ b/mk/scripts/extract        Sat Jan 21 14:31:56 2006 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: extract,v 1.7 2006/01/21 14:23:08 jlam Exp $
+# $NetBSD: extract,v 1.8 2006/01/21 14:31:56 jlam Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -208,12 +208,11 @@
        ;;
 
 zip)
-       : ${EXTRACT_OPTS_ZOO=-Laqo}
+       : ${EXTRACT_OPTS_ZIP=-Laqo}
        ${TEST} "$exclude" = "no" || exclude_flag="-x"
        if ${TEST} -n "$exclude_file"; then
                set -- dummy `${CAT} "$exclude_file"`; shift
        fi
-       echo ${UNZIP} ${EXTRACT_OPTS_ZOO} "$distfile" $exclude_flag "$@"
        ${UNZIP} ${EXTRACT_OPTS_ZIP} "$distfile" $exclude_flag "$@"
        ;;
 



Home | Main Index | Thread Index | Old Index