blob: 2e5e08aa010c9af873225425427dce79cf7fde34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.9 2002/07/24 04:30:16 hubertf Exp $
--- vfs/extfs/uzip.in.orig Mon Jul 3 10:32:00 2000
+++ vfs/extfs/uzip.in
@@ -7,7 +7,7 @@
#
#
-DZIP=/usr/bin
+DZIP=@LOCALBASE@/bin
XZIP="$DZIP/zip -g"
XDZIP="$DZIP/zip -d"
XUNZIP="$DZIP/unzip"
|