From 67e18334ff3640ccef52b87f0d50b8e6c1f92272 Mon Sep 17 00:00:00 2001 From: codex Date: Thu, 11 Dec 2014 16:41:22 +0100 Subject: SSH client which uses SSL proxies to establish anonymous connections --- pcr/assh/destdir.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pcr/assh/destdir.patch (limited to 'pcr/assh/destdir.patch') diff --git a/pcr/assh/destdir.patch b/pcr/assh/destdir.patch new file mode 100644 index 000000000..f845b1d0d --- /dev/null +++ b/pcr/assh/destdir.patch @@ -0,0 +1,11 @@ +--- assh/Makefile 2010-03-30 22:47:12.000000000 +0200 ++++ Makefile 2010-12-18 17:53:46.232999739 +0100 +@@ -12,7 +12,7 @@ + cc ${CFLAGS} corkscrew.c -o corkscrew + + install: +- cp -f ${PROGS} /usr/bin/ ++ cp -f ${PROGS} ${DESTDIR}/usr/bin + + clean: + rm -f ${PROGS} *.o -- cgit v1.2.3-54-g00ecf