blob: 711ea2739ae539fc29ee47c73ff1e46cc3098fd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2008/09/06 15:23:10 wiz Exp $
--- util/rarian-sk-update.in.orig 2008-09-01 20:40:21.000000000 +0200
+++ util/rarian-sk-update.in
@@ -264,7 +264,7 @@ process_directory ()
# They are inherited from scrollkeeper :(
# We use TEMP as set -- seems to nuke the return value of getopt
-TEMP=`getopt -u -n$(basename $0) -o "o:r:p:vqnhV" \
+TEMP=`${prefix}/bin/getopt -u -n$(basename $0) -o "o:r:p:vqnhV" \
-- "$@"` \
|| print_usage
|