From 211d209cfb4fb463a15dcd74003ee67c7b6ecf26 Mon Sep 17 00:00:00 2001 From: Tim Retout Date: Mon, 21 Apr 2014 21:22:08 +0100 Subject: Avoid libdir in definition of methodsdir --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2