From 87d803d6c49607153e4fc38c0f110746761d2949 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 12 Nov 2012 10:44:47 -0500 Subject: Make oh-autoinstall support the -T option. --- (limited to 'src') diff --git a/src/oh-autoinstall.sh b/src/oh-autoinstall.sh index 6d494bc..be60a4c 100644 --- a/src/oh-autoinstall.sh +++ b/src/oh-autoinstall.sh @@ -27,7 +27,7 @@ main() { oh_init - while getopts 'S:B:d:' opt; do + while getopts 'S:B:d:T:' opt; do case "${opt}" in S) oh_set_buildsystem_option 'build-system' "${OPTARG}" @@ -38,6 +38,9 @@ main() d) oh_set_buildsystem_option 'destdir' "${OPTARG}" ;; + T) + oh_set_buildsystem_option 'build-target' "${OPTARG}" + ;; ?) ob_error "$(ob_get_msg 'bad_opt')" exit 1 -- cgit v0.9.1