diff options
| author | Guillem Jover <guillem@debian.org> | 2017-03-06 22:28:45 +0100 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2017-05-07 16:34:42 +0200 |
| commit | 747f3df99aa0263ba684c6ce317310b0c75f72c8 (patch) | |
| tree | fe5533fc7cda9651f5cd6872818f40b0808b78f3 /dselect/methods | |
| parent | 24899e778c30cbbe399c1cc27f4a004faf33b7e1 (diff) | |
| download | dpkg-747f3df99aa0263ba684c6ce317310b0c75f72c8.tar.gz | |
build: Use libexec variable for auxiliary internal programs
Using libdir is wrong, and doubly so when being referred from
architecture independent files such as perl modules. This affects
non-Debian based systems, which might by default use an arch varying
libdir per architecture, for example when using the obsolete multilib
layout.
Diffstat (limited to 'dselect/methods')
| -rw-r--r-- | dselect/methods/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/methods/Makefile.am b/dselect/methods/Makefile.am index 5a0c97a46..3a2c3be08 100644 --- a/dselect/methods/Makefile.am +++ b/dselect/methods/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -methodsdir = $(pkglibdir)/methods +methodsdir = $(pkglibexecdir)/methods nobase_dist_methods_DATA = \ disk/names \ |
