recoll: Disable --install-layout

This commit is contained in:
Bojan Nikolic 2015-12-18 13:51:58 +00:00
parent 316406269d
commit 98d1abd46b
2 changed files with 14 additions and 0 deletions

View File

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "0ympk2w21cxfvysyx96p0npsa54csfc84cicpi8nsj1qp824zxwq";
};
patches = [ ./nodeblayout.patch ];
configureFlags = [ "--with-inotify" ];
buildInputs = [ qt4 xapian file python ];

View File

@ -0,0 +1,12 @@
diff -ru recoll-1.21.3-orig/recollinstall.in recoll-1.21.3/recollinstall.in
--- recoll-1.21.3-orig/recollinstall.in 2015-09-28 08:08:42.000000000 +0100
+++ recoll-1.21.3/recollinstall.in 2015-12-13 22:48:30.361776374 +0000
@@ -45,9 +45,6 @@
mandir=$DESTDIR/$mandir
ROOTFORPYTHON="--root=${DESTDIR}"
fi
-if test -f /etc/debian_version ; then
- OPTSFORPYTHON=--install-layout=deb
-fi
echo "Installing to $PREFIX"