aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/opennebula/getopt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/opennebula/getopt.patch')
-rw-r--r--unmaintained/opennebula/getopt.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/unmaintained/opennebula/getopt.patch b/unmaintained/opennebula/getopt.patch
deleted file mode 100644
index 3fcf7bd46e..0000000000
--- a/unmaintained/opennebula/getopt.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- opennebula-4.0.1/install.sh.orig
-+++ opennebula-4.0.1/install.sh
-@@ -51,11 +51,7 @@
-
- PARAMETERS="hkrlcsou:g:d:"
-
--if [ $(getopt --version | tr -d " ") = "--" ]; then
-- TEMP_OPT=`getopt $PARAMETERS "$@"`
--else
-- TEMP_OPT=`getopt -o $PARAMETERS -n 'install.sh' -- "$@"`
--fi
-+TEMP_OPT=`getopt $PARAMETERS "$@"`
-
- if [ $? != 0 ] ; then
- usage