recoll: Disable --install-layout
This commit is contained in:
parent
316406269d
commit
98d1abd46b
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0ympk2w21cxfvysyx96p0npsa54csfc84cicpi8nsj1qp824zxwq";
|
sha256 = "0ympk2w21cxfvysyx96p0npsa54csfc84cicpi8nsj1qp824zxwq";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [ ./nodeblayout.patch ];
|
||||||
|
|
||||||
configureFlags = [ "--with-inotify" ];
|
configureFlags = [ "--with-inotify" ];
|
||||||
|
|
||||||
buildInputs = [ qt4 xapian file python ];
|
buildInputs = [ qt4 xapian file python ];
|
||||||
|
12
pkgs/applications/search/recoll/nodeblayout.patch
Normal file
12
pkgs/applications/search/recoll/nodeblayout.patch
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user