summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim Retout <tim@retout.co.uk>2014-07-20 14:40:08 +0100
committerTim Retout <tim@retout.co.uk>2014-07-20 14:40:08 +0100
commit686bdcebfc26f8bfee8e1f32f2fb50745f8eb303 (patch)
tree6acfb6a1b571f515959ee47bf1c35396bab595e0 /Makefile.am
parent246f3b67d89a48bb293abe3ecfa28cfac97506f8 (diff)
parent07e5fae5a93a0265ae9cf0d8651aa5fa47bc1e0a (diff)
Merge branch 'master' into debian
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7ebcb3a..271579f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,4 +4,9 @@ methodsdir = $(prefix)/lib/apt/methods
methods_PROGRAMS = tor
tor_SOURCES = tor.cc tor.h server.cc server.h apti18n.h
+install-data-hook:
+ cd $(DESTDIR)$(methodsdir) && \
+ $(LN_S) tor tor+https && \
+ $(LN_S) tor tor+http
+
EXTRA_DIST = README.md