commit | 52e47e161dc6572b0c89dcec7a5af65147e0a462 | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Tue Aug 09 16:30:42 2016 -0500 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Tue Aug 09 14:37:31 2016 -0700 |
tree | add27edbc19d33786ba7048aea0dd1d600f8c3d5 | |
parent | 3807c1b64fdc111a38ae7b7db62b700aa9eb8442 [diff] [blame] |
Do not update if minindn has already been installed before refs: #3729 Change-Id: I4409de6f9ddc876aed20a34435c2186f6470fa20
diff --git a/install.sh b/install.sh index 8351a43..d7b7859 100755 --- a/install.sh +++ b/install.sh
@@ -200,8 +200,10 @@ function minindn { if [[ updated != true ]]; then - $update - updated="true" + if [ ! -d "build" ]; then + $update + updated="true" + fi fi if [[ $pysetup != true ]]; then