summaryrefslogtreecommitdiff
path: root/server/autobuild
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2017-09-14 08:08:25 +0200
committerAndreas Politz <politza@hochschule-trier.de>2017-09-14 08:08:25 +0200
commit41d371c9cbd9bbd254fe1d1b029e6a6c348c80a2 (patch)
treefd4e6aaabf4c1dff9d67e62bcc1c823ea149689c /server/autobuild
parent1bc87ab7701da53ad718e76d4c35eae6492db387 (diff)
*** empty log message ***
Diffstat (limited to 'server/autobuild')
-rwxr-xr-xserver/autobuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/server/autobuild b/server/autobuild
index 4f7edda..92135ba 100755
--- a/server/autobuild
+++ b/server/autobuild
@@ -43,10 +43,10 @@ usage:$(basename "$0") [--help|-n|[-i DIR|-I]]
-n Don't do anything, but check if this OS is handled.
-i DIR Install the program in the given directory.
-
- -d Force dependency installattion.
- -D Skip dependency installattion.
+ -d Force dependency installattion.
+
+ -D Skip dependency installattion.
--help Display this message.
@@ -186,7 +186,7 @@ handle_options()
INSTALL_DIR=$1
fi ;;
*) usage 1 ;;
- esac
+ esac
shift
done
if [ -n "$PKG_INSTALL_SKIP" ] && [ -n "$PKG_INSTALL_FORCE" ]; then
@@ -425,7 +425,7 @@ if ! [ -f ./configure ]; then
autoreconf -i
[ -f ./configure ] || exit_fail
fi
-
+
# Build the program.
if [ -n "$INSTALL_DIR" ]; then
prefix=--bindir=$INSTALL_DIR