diff options
author | ramon <ramongomez@us.es> | 2018-04-24 10:39:36 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2018-04-24 10:39:36 +0000 |
commit | f9f6c40aa20151ecc49b42829f76690790b53e2c (patch) | |
tree | 1d8d09d5d925d557440ed06678f79e56879b1051 | |
parent | 4850d65dfaca21bb58d4c2a6d5a2f3845ef8b711 (diff) |
Corregir errata en fichero de icono para Doxygen.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5751 a21b9725-9963-47de-94b9-378ad31fedc9
-rwxr-xr-x | installer/ogGenerateDoc.sh | 2 | ||||
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/installer/ogGenerateDoc.sh b/installer/ogGenerateDoc.sh index 5cc0914b..34a16ced 100755 --- a/installer/ogGenerateDoc.sh +++ b/installer/ogGenerateDoc.sh @@ -33,7 +33,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "Proyecto OpenGnsys" PROJECT_NUMBER = $VERSION OUTPUT_DIRECTORY = $2 -PROJECT_LOGO = $(dirname "$0")/../doc/opengnsys-logo.png) +PROJECT_LOGO = $(dirname "$0")/../doc/opengnsys-logo.png CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = Spanish BRIEF_MEMBER_DESC = YES diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index b1dcded3..7d3cca46 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1557,7 +1557,7 @@ function installationSummary() # de código o si no está incluida en el fichero de versión. if [ $USESVN -eq 1 ] || [ -z "$(awk '$3~/r[0-9]*/ {print}' $VERSIONFILE)" ]; then local REVISION=$(LANG=C svn info $SVN_URL|awk '/Rev:/ {print "r"$4}') - perl -pi -e "s/($| r[0-9]*)/ $REVISION/" $VERSIONFILE + sed -ri "s/($| r[0-9]*)/ $REVISION/" $VERSIONFILE fi # Mostrar información. |