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

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


The following commit(s) were added to refs/heads/AOO419 by this push:
     new 4975252  fakeroot is required for deb creation
4975252 is described below

commit 4975252caf49bc46c383c6cef330cb927a635806
Author: Jim Jagielski <jim...@gmail.com>
AuthorDate: Mon Dec 28 10:53:05 2020 -0500

    fakeroot is required for deb creation
    
    (cherry picked from commit a87837cbd2064d4c86aa1d5cc0d84f5f13950aff)
---
 main/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/configure.ac b/main/configure.ac
index 8051e40..366fb69 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -3520,7 +3520,7 @@ msi - Windows .msi
       fi
       AC_PATH_PROG(FAKEROOT, fakeroot, no)
       if test "$FAKEROOT" = "no"; then
-         AC_MSG_WARN([fakeroot recommended for deb creation. Will try with 
getuid.so hack.])
+         AC_MSG_ERROR([fakeroot needed for deb creation. Install fakeroot.])
       fi
    fi
    if echo "$PKGFORMAT" | $EGREP rpm 2>&1 >/dev/null || \

Reply via email to