[Libreoffice-commits] core.git: configure.ac

Thomas Arnhold thomas at arnhold.org
Thu Oct 24 13:05:27 PDT 2013


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0daa2f6a1d0b2727ae1b323a803c9c5fd8ad70a8
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Thu Oct 24 18:42:22 2013 +0200

    cygwin: there is no sudo on Windows
    
    Change-Id: I8df4b379d98ba14a5cef93cefec9df16eefeb083

diff --git a/configure.ac b/configure.ac
index 6b64984..49cfae7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12751,7 +12751,7 @@ git clone git://anongit.freedesktop.org/libreoffice/contrib/dev-tools
 cd dev-tools/make-3.82-gbuild
 ./configure --prefix=/opt/lo
 make
-sudo make install
+make install
 
 Then re-run autogen.sh
 


More information about the Libreoffice-commits mailing list