From 9d44e366cca1addce3ea4790fa92da29a711e3af Mon Sep 17 00:00:00 2001 From: "Lucas C. Villa Real" Date: Thu, 19 Nov 2020 13:37:25 -0300 Subject: [PATCH] Debian: allow installation of files to /usr/local This is needed so that the HDF5 plugin is installed to its default location. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 0a11c70..beb0786 100755 --- a/debian/rules +++ b/debian/rules @@ -49,6 +49,9 @@ export DH_VERBOSE = 1 override_dh_auto_install: dh_auto_install -- prefix=/usr PLUGINDIR=/usr/local/hdf5/lib/plugin +# Allow the installation of plugin files to /usr/local +override_dh_usrlocal: + # Do not install python .pyc .pyo if they exist #override_dh_install: # dh_install --list-missing -X.pyc -X.pyo