diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-24 18:42:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-24 22:04:36 +0200 |
commit | 0daa2f6a1d0b2727ae1b323a803c9c5fd8ad70a8 (patch) | |
tree | b5abcb594155f2a895ec91c3bc45532d32bce575 /configure.ac | |
parent | ccf4f1d80e82b2fa5156f1a351a5e1cd8dde3be0 (diff) |
cygwin: there is no sudo on Windows
Change-Id: I8df4b379d98ba14a5cef93cefec9df16eefeb083
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6b649845d4b7..49cfae7d09b1 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 |