diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-10-14 10:58:57 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-10-14 10:58:57 -0500 |
commit | dc354d95f4621d89103485a56eb98310e89b4776 (patch) | |
tree | d19be1d34195f6525d694d454d755ae1307b87c4 /multitech/contrib | |
parent | 54679bd4ffdc744e39801017aa31915cbe2ec4b1 (diff) |
install-deps: add make to opensuse-deps
Diffstat (limited to 'multitech/contrib')
-rwxr-xr-x | multitech/contrib/install-deps/install-opensuse-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multitech/contrib/install-deps/install-opensuse-deps.sh b/multitech/contrib/install-deps/install-opensuse-deps.sh index 59c95a5..d4822ad 100755 --- a/multitech/contrib/install-deps/install-opensuse-deps.sh +++ b/multitech/contrib/install-deps/install-opensuse-deps.sh @@ -1,3 +1,3 @@ #!/bin/sh -zypper in subversion git python help2man diffstat wget gcc gcc-c++ libstdc++ glibc-devel texinfo automake patch chrpath +zypper in subversion git python help2man diffstat wget gcc gcc-c++ libstdc++ glibc-devel texinfo make automake patch chrpath |