From 4b68d8f0d89cc368600452ce1fdf3824e1cc05c3 Mon Sep 17 00:00:00 2001
From: Jan Kotanski <jankotan@gmail.com>
Date: Mon, 2 Jul 2018 17:02:18 +0200
Subject: [PATCH] set install dir

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6b519d1..473100b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ GNUARCH:=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 #	@echo nothing to do for dh_install
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DENABLE_LZ4_PLUGIN=ON -DCMAKE_LIBRARY_PATH=$(DEST)/usr/lib/$(GNUARCH)/hdf5/plugins
+	dh_auto_configure -- -DENABLE_LZ4_PLUGIN=ON -DLIB_INSTALL_DIR=/usr/lib/$(GNUARCH)/hdf5/plugins
 
 #override_dh_auto_configure:
 #	dh_auto_configure -- --disable-static --libdir=$(DEST)/usr/lib/$(GNUARCH)/hdf5/plugins
-- 
GitLab