diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2017-09-14 08:08:25 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2017-09-14 08:08:25 +0200 |
| commit | 41d371c9cbd9bbd254fe1d1b029e6a6c348c80a2 (patch) | |
| tree | fd4e6aaabf4c1dff9d67e62bcc1c823ea149689c | |
| parent | 1bc87ab7701da53ad718e76d4c35eae6492db387 (diff) | |
*** empty log message ***
| -rwxr-xr-x | server/autobuild | 10 |
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 |
