recoll: Disable --install-layout

wip/yesman
Bojan Nikolic 9 years ago
parent 316406269d
commit 98d1abd46b
  1. 2
      pkgs/applications/search/recoll/default.nix
  2. 12
      pkgs/applications/search/recoll/nodeblayout.patch

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

@ -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"
Loading…
Cancel
Save