summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim Retout <tim@retout.co.uk>2014-04-21 21:22:08 +0100
committerTim Retout <tim@retout.co.uk>2014-04-21 21:22:08 +0100
commit211d209cfb4fb463a15dcd74003ee67c7b6ecf26 (patch)
treebe8ddda39d05338b7e3e873902f73b1050b00b83 /Makefile.am
parentab178ac2aa3d64144b37b5217f8aa66fb4fbc840 (diff)
Avoid libdir in definition of methodsdir
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
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