rpmlint wants 755 for execs
This commit is contained in:
parent
e417bc910e
commit
f7aa36ed91
@ -1 +1 @@
|
||||
1.3.3
|
||||
1.4.0pre1
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
*/
|
||||
#ifndef _DB_H_INCLUDED_
|
||||
#define _DB_H_INCLUDED_
|
||||
/* @(#$Id: rcldb.h,v 1.30 2006-04-05 13:39:07 dockes Exp $ (C) 2004 J.F.Dockes */
|
||||
/* @(#$Id: rcldb.h,v 1.31 2006-04-06 13:08:28 dockes Exp $ (C) 2004 J.F.Dockes */
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
@ -124,6 +124,8 @@ class AdvSearchData {
|
||||
description.erase();
|
||||
}
|
||||
};
|
||||
|
||||
class Native;
|
||||
|
||||
/**
|
||||
* Wrapper class for the native database.
|
||||
|
||||
@ -67,10 +67,10 @@ ${INSTALL} -m 0444 doc/user/usermanual.html doc/user/docbook.css \
|
||||
${INSTALL} -m 0444 doc/man/recoll.1 doc/man/recollindex.1 ${mandir}/man1/
|
||||
${INSTALL} -m 0444 doc/man/recoll.conf.5 ${mandir}/man5/
|
||||
|
||||
${INSTALL} -m 0555 qtgui/recoll index/recollindex ${bindir} || exit 1
|
||||
${INSTALL} -m 0755 qtgui/recoll index/recollindex ${bindir} || exit 1
|
||||
${STRIP} ${bindir}/recoll ${bindir}/recollindex
|
||||
|
||||
${INSTALL} -m 0555 filters/rcl* ${datadir}/recoll/filters/ || exit 1
|
||||
${INSTALL} -m 0755 filters/rcl* ${datadir}/recoll/filters/ || exit 1
|
||||
|
||||
# Clean up possible old filters in examples
|
||||
rm -f ${datadir}/recoll/examples/rcl*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user