diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 08:14:50 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 12:36:41 +0000 |
| commit | b7d9e547caa397ec439a817492948b2f5356fc0f (patch) | |
| tree | efe42605e85affabd0c5523d53c0c9ac76bf0a83 /testing/opennebula/getopt.patch | |
| parent | 80acbaee801184140fac0c967cbb8aa051db2b06 (diff) | |
| download | aports-b7d9e547caa397ec439a817492948b2f5356fc0f.tar.bz2 aports-b7d9e547caa397ec439a817492948b2f5356fc0f.tar.xz | |
move testing/opennebula to unmaintained
it was broken and not touched since 2014.
Diffstat (limited to 'testing/opennebula/getopt.patch')
| -rw-r--r-- | testing/opennebula/getopt.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/opennebula/getopt.patch b/testing/opennebula/getopt.patch deleted file mode 100644 index 3fcf7bd46..000000000 --- a/testing/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 |
