Skip to content

Commit

Permalink
Debian: allow installation of files to /usr/local
Browse files Browse the repository at this point in the history
This is needed so that the HDF5 plugin is installed to its default
location.
  • Loading branch information
lucasvr committed Nov 19, 2020
1 parent 1b4d7c3 commit 9d44e36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d44e36

Please sign in to comment.