mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 19:01:25 +02:00
16 lines
357 B
Diff
16 lines
357 B
Diff
--- 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
|