You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2020/10/28 14:11:22 UTC

[openoffice] branch AOO418 updated: cut/paste error w/ FAKEROOT patch

This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO418 by this push:
     new 1ba498e  cut/paste error w/ FAKEROOT patch
1ba498e is described below

commit 1ba498ed7ff3cb95a75e4a9bb1ec10b905bfbf87
Author: Jim Jagielski <ji...@gmail.com>
AuthorDate: Wed Oct 28 10:10:58 2020 -0400

    cut/paste error w/ FAKEROOT patch
---
 main/configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/configure.ac b/main/configure.ac
index 950e20e..83962b3 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -3522,7 +3522,8 @@ msi - Windows .msi
       if test "$FAKEROOT" = "no"; then
          AC_MSG_WARN([fakeroot recommended for deb creation. Will try with getuid.so hack.])
       fi
-   fi   if echo "$PKGFORMAT" | $EGREP rpm 2>&1 >/dev/null || \
+   fi
+   if echo "$PKGFORMAT" | $EGREP rpm 2>&1 >/dev/null || \
       echo "$PKGFORMAT" | $EGREP pkg 2>&1 >/dev/null; then
       	if test "$EPM" != "no" && test "$EPM" != "internal"; then
            if test "`echo $EPM_VERSION | cut -d'.' -f1`" -lt "4"; then