|
|
@ -86,7 +86,11 @@ while test $# -gt 0; do |
|
|
|
(rpm|zypper) img="opensuse:latest";; |
|
|
|
(rpm|zypper) img="opensuse:latest";; |
|
|
|
(yum) img="centos:latest";; |
|
|
|
(yum) img="centos:latest";; |
|
|
|
(dnf) img="fedora:latest";; |
|
|
|
(dnf) img="fedora:latest";; |
|
|
|
(win) img="ubuntu:latest"; host="${host:---host=i686-w64-mingw32}";; |
|
|
|
(win) |
|
|
|
|
|
|
|
img="ubuntu:latest"; host="${host:---host=i686-w64-mingw32}" |
|
|
|
|
|
|
|
targets="all install" |
|
|
|
|
|
|
|
flags+=("--prefix=/workdir/usr") |
|
|
|
|
|
|
|
;; |
|
|
|
(*) |
|
|
|
(*) |
|
|
|
echo "**** ERROR: unknown mode '$1', try --help" 1>&2 |
|
|
|
echo "**** ERROR: unknown mode '$1', try --help" 1>&2 |
|
|
|
exit 1 |
|
|
|
exit 1 |
|
|
|