summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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