prefer Lua 5.2 over 5.3 (due to second missing supportlibs like posix on debian)

This commit is contained in:
Axel Kittenberger 2018-03-09 13:11:16 +01:00
parent 1094759975
commit 465deb1549
2 changed files with 9 additions and 5 deletions

View File

@ -36,7 +36,7 @@ SET(_POSSIBLE_LUA_INCLUDE include include/lua)
#SET(_POSSIBLE_LUA_LIBRARY lua)
# Determine possible naming suffixes (there is no standard for this)
SET(_POSSIBLE_SUFFIXES "53" "5.3" "-5.3" "52" "5.2" "-5.2" "")
SET(_POSSIBLE_SUFFIXES "52" "5.2" "-5.2" "53" "5.3" "-5.3" "")
# Set up possible search names and locations
FOREACH(_SUFFIX ${_POSSIBLE_SUFFIXES})

View File

@ -1,7 +1,7 @@
'\" t
.\" Title: lsyncd
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\" Date: January 2017
.\" Manual: Lsyncd
.\" Source: Lsyncd 2.2.1
@ -44,7 +44,8 @@ default rsync behaviour
\ \&
\fBlsyncd\fR
[\fIOPTIONS\fR] \-rsync
\fISOURCEDIR\fR\fITARGET\fR
\fISOURCEDIR\fR
\fITARGET\fR
\&...
.RE
.PP
@ -53,7 +54,9 @@ default rync+ssh behaviour (moves and deletes through ssh)
\ \&
\fBlsyncd\fR
[\fIOPTIONS\fR] \-rsyncssh
\fISOURCEDIR\fR\fITARGETHOST\fR\fITARGETDIR\fR
\fISOURCEDIR\fR
\fITARGETHOST\fR
\fITARGETDIR\fR
\&...
.RE
.PP
@ -62,7 +65,8 @@ default direct behaviour (local file operations/rsync)
\ \&
\fBlsyncd\fR
[\fIOPTIONS\fR] \-direct
\fISOURCEDIR\fR\fITARGETDIR\fR
\fISOURCEDIR\fR
\fITARGETDIR\fR
\&...
.RE
.SH "DESCRIPTION"