summaryrefslogtreecommitdiff
path: root/mk/extract/extract
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-25 11:56:34 +0000
committerwiz <wiz>2009-08-25 11:56:34 +0000
commitc168141f9357916367274077b8ee04f3ad5eeef9 (patch)
treed305187ea667e2c134a9ba020eeef89d11ad7890 /mk/extract/extract
parenta955fa54c72571188517651c9bd789a38bbc9aeb (diff)
downloadpkgsrc-c168141f9357916367274077b8ee04f3ad5eeef9.tar.gz
Change default for zip extraction to leave files as they are.
Previously, zip extraction by default converted to lower case. Fix some packages that need it and remove -L from some packages that manually set it.
Diffstat (limited to 'mk/extract/extract')
-rwxr-xr-xmk/extract/extract4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/extract/extract b/mk/extract/extract
index a5893f00dc8..51c08fbafd0 100755
--- a/mk/extract/extract
+++ b/mk/extract/extract
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: extract,v 1.9 2009/07/08 13:27:52 minskim Exp $
+# $NetBSD: extract,v 1.10 2009/08/25 11:56:35 wiz Exp $
#
# Copyright (c) 2006 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -298,7 +298,7 @@ shar)
;;
zip)
- : ${EXTRACT_OPTS_ZIP=-Laqo}
+ : ${EXTRACT_OPTS_ZIP=-aqo}
${TEST} "$exclude" = "no" || exclude_flag="-x"
if ${TEST} -n "$exclude_file"; then
set -- dummy `${CAT} "$exclude_file"`; shift