unity scope: need to use same cats as top files scope
This commit is contained in:
commit
0143fdd7cc
940 changed files with 382647 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
Description: Fix python module installation
|
||||
setup.py --root and --user options interfer with debian wanting a
|
||||
dist-packages, not site-packages installation for python modules
|
||||
Author: Jean-Francois Dockes <jf@dockes.org>
|
||||
Last-Update: 2012-03-26
|
||||
--- a/recollinstall.in
|
||||
+++ b/recollinstall.in
|
||||
@@ -142,5 +142,5 @@
|
||||
${datadir}/recoll/translations/recoll_zh.qm || exit 1
|
||||
|
||||
|
||||
-@NOPYTHON@(cd python/recoll;python setup.py install \
|
||||
-@NOPYTHON@ --prefix=${REALPREFIX} ${ROOTFORPYTHON} ${OPTSFORPYTHON})
|
||||
+#@NOPYTHON@(cd python/recoll;python setup.py install \
|
||||
+#NOPYTHON@ --prefix=${REALPREFIX} ${ROOTFORPYTHON} ${OPTSFORPYTHON})
|
Loading…
Add table
Add a link
Reference in a new issue