1f2d3fe605
- Add dependency on misc/getopt Reported by: Nicolas <nh.techn at gmail.com>
11 lines
319 B
Text
11 lines
319 B
Text
--- bash/euktoeps.orig
|
|
+++ bash/euktoeps
|
|
@@ -31,7 +31,7 @@
|
|
exit $1
|
|
}
|
|
|
|
-args=$(getopt -o i:l::#:d:vh --long include:,locale::,interactive:,data:,version,help \
|
|
+args=$(%%LOCALBASE%%/bin/getopt -o i:l::#:d:vh --long include:,locale::,interactive:,data:,version,help \
|
|
-n 'Euktoeps' -- "$@")
|
|
|
|
if [ $? -ne 0 ]
|