summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Retout <tim@retout.co.uk>2014-07-20 14:38:09 +0100
committerTim Retout <tim@retout.co.uk>2014-07-20 14:38:21 +0100
commite9f548297d3a545364adbb7b9a0dbb97ef97d605 (patch)
tree102e27dba3ca535ebb4fe2767aa5efe9106704de
parente594096cc1063c617de8981d09e97d9b4912c4d8 (diff)
Use install-data-hook instead of install-exec-hook
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 668c13c..271579f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ methodsdir = $(prefix)/lib/apt/methods
methods_PROGRAMS = tor
tor_SOURCES = tor.cc tor.h server.cc server.h apti18n.h
-install-exec-hook:
+install-data-hook:
cd $(DESTDIR)$(methodsdir) && \
$(LN_S) tor tor+https && \
$(LN_S) tor tor+http