mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
470 B
Plaintext
14 lines
470 B
Plaintext
$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
|
|
|