pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/scripts Handle *.ZIP the same way as *.zip -- fixes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b71aa42b74d
branches:  trunk
changeset: 506899:5b71aa42b74d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 23 17:52:02 2006 +0000

description:
Handle *.ZIP the same way as *.zip -- fixes fonts/cyberbit-ttf extraction.

diffstat:

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

diffs (20 lines):

diff -r 3bfc17fdbcdb -r 5b71aa42b74d mk/scripts/extract
--- a/mk/scripts/extract        Mon Jan 23 17:28:41 2006 +0000
+++ b/mk/scripts/extract        Mon Jan 23 17:52:02 2006 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: extract,v 1.14 2006/01/21 19:26:09 jlam Exp $
+# $NetBSD: extract,v 1.15 2006/01/23 17:52:02 wiz Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -171,7 +171,7 @@
                _format=tar ;;
 *.shar.gz|*.shar.bz2|*.shar.Z|*.shar|*.shr.gz|*.shr.bz2|*.shr.Z|*.shr)
                _format=shar ;;
-*.zip)         _format=zip ;;
+*.zip|*.ZIP)   _format=zip ;;
 *.lha|*.lzh)   _format=lha ;;
 *.Z|*.bz2|*.gz|*.z)
                _format=compressed ;;



Home | Main Index | Thread Index | Old Index