diff options
| author | Tim Retout <tim@retout.co.uk> | 2014-04-21 21:22:08 +0100 |
|---|---|---|
| committer | Tim Retout <tim@retout.co.uk> | 2014-04-21 21:22:08 +0100 |
| commit | 211d209cfb4fb463a15dcd74003ee67c7b6ecf26 (patch) | |
| tree | be8ddda39d05338b7e3e873902f73b1050b00b83 | |
| parent | ab178ac2aa3d64144b37b5217f8aa66fb4fbc840 (diff) | |
Avoid libdir in definition of methodsdir
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2909043..7ebcb3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -methodsdir = $(libdir)/apt/methods +# Avoiding $(libdir) because Debian does not put it under /usr/lib +methodsdir = $(prefix)/lib/apt/methods methods_PROGRAMS = tor tor_SOURCES = tor.cc tor.h server.cc server.h apti18n.h |
