diff options
author | ramon <ramongomez@us.es> | 2017-03-02 13:14:04 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-03-02 13:14:04 +0000 |
commit | 8db55ed4f9e089a4deb7fb1f1cba807126d435a8 (patch) | |
tree | 340df28c220217a33568cfd7b76631b84bf8d511 /installer/ogagent-devel-installer.sh | |
parent | 103bc8272567329aa76d4d0a13ffa521e30a6bdf (diff) |
#718: OGAgent para macOS: aƱadir dependencia a la MV Vagrant; crear fichero {{{pkg}}} sin espacios y evitar error al instalar OGAgent si no existe {{{/usr/local}}}.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5218 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/ogagent-devel-installer.sh')
-rwxr-xr-x | installer/ogagent-devel-installer.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/installer/ogagent-devel-installer.sh b/installer/ogagent-devel-installer.sh index ec8b9f7c..44af1c3a 100755 --- a/installer/ogagent-devel-installer.sh +++ b/installer/ogagent-devel-installer.sh @@ -63,8 +63,9 @@ ln -s ../../.. wine/drive_c/ogagent popd >/dev/null # Download, compile and install bomutils. -svn export https://github.com/hogliux/bomutils.git/trunk ogagent/macos/bomutils -pushd ogagent/macos/bomutils >/dev/null +mkdir -p ogagent/macos/downloads +svn export https://github.com/hogliux/bomutils.git/trunk ogagent/macos/downloads/bomutils +pushd ogagent/macos/downloads/bomutils >/dev/null make && make install popd >/dev/null |